We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a35813 commit 0cae64aCopy full SHA for 0cae64a
NTPClient.cpp
@@ -89,6 +89,8 @@ bool NTPClient::forceUpdate() {
89
return true;
90
}
91
92
+#define REQUEST_TIMEOUT 1000UL
93
+
94
bool NTPClient::update() {
95
int now = millis();
96
0 commit comments