added weather forecast fetch from open-meteo

This commit is contained in:
2026-06-24 21:23:03 +03:00
parent 4917f57d16
commit f143c16c25
7 changed files with 381 additions and 25 deletions
+4
View File
@@ -7,4 +7,8 @@ const char WIFI_PASSWORD[] = "your-wifi-password";
// Offset from UTC in seconds. Examples: Finland winter 7200, Finland summer 10800.
#define TIME_UTC_OFFSET_SECONDS 0
// Coordinates used for the weather forecast.
#define WEATHER_LATITUDE 60.1699
#define WEATHER_LONGITUDE 24.9384
#endif