We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb09e8c commit b438c72Copy full SHA for b438c72
src/utility/time/NTPUtils.h
@@ -53,7 +53,7 @@ class NTPUtils
53
static int const MIN_NTP_PORT = 49152;
54
static int const MAX_NTP_PORT = 65535;
55
#endif
56
- static unsigned long const NTP_TIMEOUT_MS = 1000;
+ static unsigned long const NTP_TIMEOUT_MS = 2000;
57
static constexpr const char * NTP_TIME_SERVER = "time.arduino.cc";
58
59
static void sendNTPpacket(UDP & udp);
0 commit comments