Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

v1.8.0

Compare
Choose a tag to compare
@maakbaas maakbaas released this 16 Jun 20:20
· 36 commits to master since this release

Important: This version only works for v3.0.0 and newer of the Arduino ESP8266 libraries because of a breaking change in those libraries. To prevent future version incompatibilities, the required version is now hardcoded in platformio.ini.

Features

  • Added dropdown menu items in the dashboard and configuration manager
  • Added color input fields in the dashboard and configuration manager
  • Replaced Feather Icon package with React Icons for a wider selection of icons (PR #97)
  • Added Chinese language
  • Added optional WiFi connection timeout parameter (PR #99)
  • Switch to lorol fork of ESP Async Webserver to free up ~10kB of additional heap

Fixes

  • Documentation updates
  • Fixed an issue where the title displayed in the GUI could be incorrect
  • Fixed an issue in the GUI where too many requests were sent on dashboard updates
  • Removed certificate store header guard hack for Arduino v3.0.0 libraries
  • Removed 4 empty bytes from websocket message payloads