Skip to content

RepPanel Release v1.4.0

Latest
Compare
Choose a tag to compare
@seeul8er seeul8er released this 07 Mar 22:49
· 2 commits to master since this release

Changelog:

  • Fixed crashes when user does no click the button of a dialog, but the dialog box
  • Added file info information when long pressed on job
  • fixed filament length parsing
  • fixed UART parser errors
  • fixed simulation time parsing errors

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