Add proper weather forecast screen

This commit is contained in:
jpirnay
2026-04-02 17:17:50 +02:00
parent 9fb03ae237
commit 049a63a8c1
17 changed files with 833 additions and 95 deletions
+2
View File
@@ -35,6 +35,8 @@ class WeatherActivity final : public Activity {
WeatherData weatherData;
std::string errorMessage;
bool forceRefresh = false;
bool showRefreshPopup = false;
uint32_t wifiWaitStartedAtMs = 0;
void loadAndDisplay();
void checkAndConnectWifi();