mirror of
https://github.com/Legolas-2025/Standalone-electricity-price-ticker.git
synced 2026-08-17 12:34:55 +02:00
Bump version to 6.2.1 and update highlights
Updated version from 6.2.0 to 6.2.1 and added highlights for the new version.
This commit is contained in:
+7
-1
@@ -2,13 +2,19 @@
|
|||||||
|
|
||||||
## Current firmware
|
## Current firmware
|
||||||
|
|
||||||
- **Version:** 6.2.0
|
- **Version:** 6.2.1
|
||||||
- **Release date:** 2026-03-29
|
- **Release date:** 2026-03-29
|
||||||
- **Target MCU:** Seeed XIAO ESP32‑C3
|
- **Target MCU:** Seeed XIAO ESP32‑C3
|
||||||
- **Display:** 20x4 I²C LCD (PCF8574, default address `0x27`)
|
- **Display:** 20x4 I²C LCD (PCF8574, default address `0x27`)
|
||||||
- **API endpoint:** `https://api.energy-charts.info/price?bzn=SI`
|
- **API endpoint:** `https://api.energy-charts.info/price?bzn=SI`
|
||||||
- **Resolution:** 15‑minute intervals, hourly averages for overview
|
- **Resolution:** 15‑minute intervals, hourly averages for overview
|
||||||
|
|
||||||
|
## Highlights of v6.2.1
|
||||||
|
|
||||||
|
- **BUG FIX**: Fixed `findCurrentPriceIndex()` to return the correct current interval.
|
||||||
|
- Problem: At 17:57, it returned index for 18:00 instead of 17:45, causing display to show hour 18 instead of hour 17.
|
||||||
|
- Fix: Now calculates next 15-minute boundary and finds the last entry before that boundary.
|
||||||
|
|
||||||
## Highlights of v6.2.0
|
## Highlights of v6.2.0
|
||||||
|
|
||||||
- **CRITICAL FIX**: DST (Daylight Saving Time) handling is now fully fixed for all days.
|
- **CRITICAL FIX**: DST (Daylight Saving Time) handling is now fully fixed for all days.
|
||||||
|
|||||||
Reference in New Issue
Block a user