You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🟥 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