Skip to content

RepPanel Release v1.1.1

Choose a tag to compare

@seeul8er seeul8er released this 02 May 16:28
· 47 commits to master since this release

Changelog:

  • Fixed crash when no filament specified
  • Macro and Job listings are now sorted by modification date
  • Fixed filament load/unload error if no tool was selected previously
  • Rebased to custom branch of lvgl (seeul8er)
  • Compiled for release/performance

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.).