added weather forecast fetch from open-meteo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user