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 ec528d3 commit 8caa590Copy full SHA for 8caa590
libraries/WiFi/src/WiFiNTP.h
@@ -91,7 +91,7 @@ class NTPClass {
91
cb();
92
}
93
94
- return time(nullptr) < 10000000;
+ return time(nullptr) >= 10000000;
95
96
97
bool running() {
0 commit comments