2025-05-0501
This commit is contained in:
@ -122,7 +122,7 @@ IPAddress dns1(192, 168, 0, 1); // DNS-Server 1
|
|||||||
IPAddress dns2(192, 168, 0, 1); // DNS-Server 2
|
IPAddress dns2(192, 168, 0, 1); // DNS-Server 2
|
||||||
String hostname = "DISPLAY";
|
String hostname = "DISPLAY";
|
||||||
int status = WL_IDLE_STATUS;
|
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)
|
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;
|
tm timeinfo;
|
||||||
|
Reference in New Issue
Block a user