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
v1.9.2: Increase SensorStatus update rate to 100ms
- Changed auto-update interval from 500ms to 100ms (10 updates/second)
- More responsive real-time sensor display updates
- Applied to both ESP32 and Arduino platforms
v1.9.1: Fix SensorStatus auto-update on ESP32
- Add missing auto-update JavaScript in generateJS() function for ESP32
- SensorStatus displays now update automatically every 500ms on ESP32
- Fix parity between ESP32 (generateJS) and Arduino boards (streamHTML)
- Resolves issue where SensorStatus values were not updating on ESP32