Skip to content

Release 0.81

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 20:33
b963f33

Connection Status Indicators (#260):

  • 🟥 Added a fading red pixel at (0,0) indicating a lost WiFi connection.
  • 🟨 Added a fading yellow pixel at (0,7) signaling a disrupted MQTT connection.

Framework Downgrade:

  • 🔽 Reverted the ArduinoESP32 framework to version 2.0.9 due to excessive heap consumption (an additional 30kb) observed in version 2.0.11. For more details, visit Issue #8482.

Bug fixes:

  • 🐞 Rectified an issue in customapps where the "repeat" function was not operational.
  • 🐞 Fixed a malfunction where the MQTT /doupdate command was unresponsive. closes #270