Skip to content

v5.2 WiFi reconnect & rewrite values save

Choose a tag to compare

@davidkreidler davidkreidler released this 19 Aug 22:13
· 35 commits to main since this release

The OpenCO2 Sensor now auto reconnects if the WiFi connection is lost (for example a router reboot).

Code refactoring: Rewrite how values are stored. Now up to 24h of measurements are stored in a ring buffer with automatic overflow handling. This replaces the more complex handling of 24 separate arrays containing measurements for 1h each.

Full Changelog: v5.1...v5.2