Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@TeaRex-coder TeaRex-coder released this 14 Feb 17:53
· 4 commits to main since this release
9603359

Windows UI Bug Fix

  • Add error handling

Contributions

Flashing Instructions

The latest firmware version can be flashed using the installer.

Firmware image can be flashed using esptool with a 0 byte offset:

esptool.py --chip esp32 --port <serial port> write_flash 0x0 image.bin

Full Changelog: v1.2.0...v1.2.1