From 222efa76e8b0ff170eabc931fc9bd5682277ba79 Mon Sep 17 00:00:00 2001 From: hans-jurgen Date: Thu, 5 Jun 2025 00:45:49 +0200 Subject: [PATCH] 2025-05-0501 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 3dae73f..ac4940a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;