added internet time which is shown in the main first screen

This commit is contained in:
2026-06-24 20:57:07 +03:00
parent 6f6ea0e0fd
commit 4917f57d16
6 changed files with 230 additions and 5 deletions
+3
View File
@@ -4,4 +4,7 @@
const char WIFI_SSID[] = "your-wifi-name";
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
#endif