We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d933736 commit ab0d6aaCopy full SHA for ab0d6aa
src/utility/NTPUtils.h
@@ -15,7 +15,7 @@ class NTPUtils {
15
unsigned long getTime();
16
static bool isTimeValid(unsigned long time);
17
private:
18
- const char* timeServer = "time.apple.com";
+ const char* timeServer = "time.arduino.cc";
19
const int NTP_PACKET_SIZE = 48;
20
UDP& Udp;
21
};
0 commit comments