Skip to content

RepPanel Release v1.2.0

Compare
Choose a tag to compare
@seeul8er seeul8er released this 01 Jan 16:24
· 20 commits to master since this release

Changelog:

  • Support for RRF 3.4+
  • Support of the RRF Object Model with M409 and now DWC responses
  • Legacy support for RRF2 type of responses
  • Added Screensaver with a configurable timeout (at compile time). Precompiled images have a timeout of 60s
  • Added support for RRF & Duet type of message boxes

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in command above (0x8000 for partition table etc.).