platform: use pool.ntp.org for ntp server

This commit is contained in:
Torrie Fischer 2023-12-11 08:05:33 +01:00
parent e9f63e718c
commit 63a705ddd4

View File

@ -16,8 +16,7 @@
#include <ctime> #include <ctime>
WiFiUDP wifiUdp; WiFiUDP wifiUdp;
//NTPClient timeClient(wifiUdp, "pool.ntp.org", 3600 * -7); NTPClient timeClient(wifiUdp, "pool.ntp.org", 3600 * -7);
NTPClient timeClient(wifiUdp, "10.0.0.1", 3600 * -7);
#endif #endif
#endif #endif