Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/utility/time/NTPUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class NTPUtils
static int const MIN_NTP_PORT = 49152;
static int const MAX_NTP_PORT = 65535;
#endif
static unsigned long const NTP_TIMEOUT_MS = 1000;
static unsigned long const NTP_TIMEOUT_MS = 2000;
static constexpr const char * NTP_TIME_SERVER = "time.arduino.cc";

static void sendNTPpacket(UDP & udp);
Expand Down
Loading