Update to v6.2.3 - State-based display refresh logic

FIX: State-based display refresh logic
  - Problem: Screen would occasionally fail to update if the ESP32 was busy 
    (fetching data or reconnecting WiFi) during the exact 00/15/30/45 minute mark.
  - Fix: Switched from "Event-Based" (refresh only AT minute X) to "State-Based" 
    (refresh IF current time != last refresh time). This ensures the screen 
    updates immediately even if the device was busy during the transition.
  - Updated version strings throughout the UI.
This commit is contained in:
2026-03-31 23:46:33 +02:00
committed by GitHub
parent 824170a6d1
commit 52c3727d39
File diff suppressed because it is too large Load Diff