2025-05-0501

This commit is contained in:
2025-06-05 00:45:49 +02:00
parent 1b865b0218
commit 222efa76e8

View File

@ -122,7 +122,7 @@ IPAddress dns1(192, 168, 0, 1); // DNS-Server 1
IPAddress dns2(192, 168, 0, 1); // DNS-Server 2
String hostname = "DISPLAY";
int status = WL_IDLE_STATUS;
const char* NTP_SERVER = "de.pool.ntp.org";
const char* NTP_SERVER = "de.pool.ntp.org"; // Vodafone ???? (de.pool.ntp.arcor-ip.net)
const char* TZ_INFO = "CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00"; // enter your time zone (https://remotemonitoringsystems.ca/time-zone-abbreviations.php)
tm timeinfo;