Skip to content

v1.0.0

Compare
Choose a tag to compare
@TeaRex-coder TeaRex-coder released this 25 Jul 16:36
· 14 commits to main since this release
723958b

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