Update README for firmware version 6.1.1

Updated README to reflect changes in firmware version from 6.1.0 to 6.1.1, including fixes for daily low/high hourly markers and other enhancements.
This commit is contained in:
2026-03-07 10:17:10 +01:00
committed by GitHub
parent 189350e4fe
commit 8f1f017232
+6 -3
View File
@@ -9,8 +9,9 @@ This project is an ArduinoIDEfriendly firmware for the **Seeed XIAO ESP32
- Uses a white LED and an optional presence sensor to give quick visual feedback. - Uses a white LED and an optional presence sensor to give quick visual feedback.
- Stores daily price data in **NVS** to survive reboots and reduce API calls. - Stores daily price data in **NVS** to survive reboots and reduce API calls.
The latest sketch implements **Version 6.1.0**, focusing on: The latest sketch implements **Version 6.1.1**, focusing on:
- Version 6.1.1 fix: Correct daily **low/high hourly markers** (now includes negative and **0.0** prices).
- Daily (not hourly) API fetching. - Daily (not hourly) API fetching.
- Robust **NVS storage** of daily price data. - Robust **NVS storage** of daily price data.
- Correct **CET/CEST** handling. - Correct **CET/CEST** handling.
@@ -236,7 +237,7 @@ The LED is driven with various patterns to indicate price level; see “LED Pric
--- ---
## Firmware Features (v6.1.0) ## Firmware Features (v6.1.1)
### Core Display & Pricing ### Core Display & Pricing
@@ -260,6 +261,8 @@ The LED is driven with various patterns to indicate price level; see “LED Pric
- `LiquidCrystal_I2C` with custom characters for: - `LiquidCrystal_I2C` with custom characters for:
- Local language letters. - Local language letters.
- Lowprice and highprice indicators. - Lowprice and highprice indicators.
- **Daily min/max markers**:
- The low/high hourly indicators now consider **negative**, **0.0**, and positive prices (v6.1.1 fix).
### LED Price Signalling ### LED Price Signalling
@@ -349,7 +352,7 @@ After successful NTP time sync:
--- ---
## Daily Fetch Strategy (v6.1.0) ## Daily Fetch Strategy (v6.1.0+)
### Goals ### Goals