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:
2026-03-29 18:44:33 +02:00
committed by GitHub
parent 614be25a1f
commit d7e27b4f56
+7 -1
View File
@@ -2,13 +2,19 @@
## Current firmware
- **Version:** 6.2.0
- **Version:** 6.2.1
- **Release date:** 2026-03-29
- **Target MCU:** Seeed XIAO ESP32C3
- **Display:** 20x4 I²C LCD (PCF8574, default address `0x27`)
- **API endpoint:** `https://api.energy-charts.info/price?bzn=SI`
- **Resolution:** 15minute 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
- **CRITICAL FIX**: DST (Daylight Saving Time) handling is now fully fixed for all days.