Skip to content

Commit ab0d6aa

Browse files
author
Fabrizio Mirabito
committed
Change ntp endpoint to time.arduino.cc
1 parent d933736 commit ab0d6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/NTPUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class NTPUtils {
1515
unsigned long getTime();
1616
static bool isTimeValid(unsigned long time);
1717
private:
18-
const char* timeServer = "time.apple.com";
18+
const char* timeServer = "time.arduino.cc";
1919
const int NTP_PACKET_SIZE = 48;
2020
UDP& Udp;
2121
};

0 commit comments

Comments
 (0)