We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471edf0 commit 0bb26f7Copy full SHA for 0bb26f7
examples/IsTimeSet/IsTimeSet.ino
@@ -14,7 +14,7 @@ NTPClient timeClient(ntpUDP,"pool.ntp.org", 36000, 60000);
14
// HH:MM:SS
15
// timeClient initializes to 10:00:00 if it does not receive an NTP packet
16
// before the 100ms timeout.
17
-// Without isTimeSet() the LED would be switched on, although the time
+// without isTimeSet() the LED would be switched on, although the time
18
// was not yet set correctly.
19
20
// blue led on ESP12F
0 commit comments