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