platform: use pool.ntp.org for ntp server
This commit is contained in:
parent
e9f63e718c
commit
63a705ddd4
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user