File renaming

This commit is contained in:
Emanuele Trabattoni
2025-06-23 14:54:00 +02:00
parent 9530aab1c1
commit 7a7d677bfe
8 changed files with 2 additions and 401 deletions

View File

@@ -8,7 +8,7 @@ static bool eth_connected_Old = false;
IPAddress ETH_ip;
// NTP setup
WiFiUDP udp;
NTPClient timeClient(udp, "pool.ntp.org", timezone*3600, 60000); // NTP server, time offset in seconds, update interval
NTPClient timeClient(udp, "pool.ntp.org", TZ*3600, 60000); // NTP server, time offset in seconds, update interval
void onEvent(arduino_event_id_t event, arduino_event_info_t info) {
switch (event) {