Skip to content

Releases: TeaRex-coder/hardwareddc

v1.2.1

14 Feb 17:53
9603359
Compare
Choose a tag to compare

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

v1.2.0

29 Jan 14:47
2c6dafe
Compare
Choose a tag to compare

Updated Windows UI

  • First-party Windows UI initial prototype

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

v1.1.0

06 Aug 12:44
ce356ec
Compare
Choose a tag to compare

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

v1.0.0

25 Jul 16:36
723958b
Compare
Choose a tag to compare

Initial Release

  • HTTP API mDNS control
  • Brightness and Input source DDC control

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: https://github.com/TeaRex-coder/hardwareddc/commits/v1.0.0