Skip to content

Commit 0bb26f7

Browse files
theandy94per1234
andauthored
Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <[email protected]>
1 parent 471edf0 commit 0bb26f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IsTimeSet/IsTimeSet.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NTPClient timeClient(ntpUDP,"pool.ntp.org", 36000, 60000);
1414
// HH:MM:SS
1515
// timeClient initializes to 10:00:00 if it does not receive an NTP packet
1616
// before the 100ms timeout.
17-
// Without isTimeSet() the LED would be switched on, although the time
17+
// without isTimeSet() the LED would be switched on, although the time
1818
// was not yet set correctly.
1919

2020
// blue led on ESP12F

0 commit comments

Comments
 (0)