improve ui

This commit is contained in:
2026-08-02 08:06:35 +02:00
parent c6c576174b
commit 65e62f6a39
25 changed files with 298 additions and 740 deletions
-5
View File
@@ -1,9 +1,4 @@
#pragma once
// Renders the home screen: current weather, soft rain warning, and the
// next 2 calendar events. Fetches weather + calendar data if the 10 minute
// refresh interval has elapsed, or if forced (e.g. manual retry).
void renderHomeScreen(bool forceRefresh = false);
// Call regularly from loop() to check if a refresh is due.
void updateHomeScreen();