RepPanel Release v1.3.0
Changelog:
- Fixed memory bugs - this release is stable and pretty much runs crash free
- Less crashes due to low memory
- Fixed crashes due to updating items that are not visible anymore
- Increased max. directory listing from 16 to 24
- Increased max. filename length from 128 to 160
- Made scrolling smoother
- Removed Console feature due to low significance and for the benefit of more memory for other applications - can be re-enabled via
idf.py menuconfig
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 the command above (0x8000 for partition table etc.).