Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@TeaRex-coder TeaRex-coder released this 06 Aug 12:44
· 2 commits to main since this release
ce356ec

Updated API Endpoint

  • macOS Lunar compatibility
    • Update API endpoints
  • Fixed #2

Contributions

@dlpullen created issue #2

Flashing Instructions

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.0.0...v1.1.0