Skip to content

Commit 1ebdff6

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

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
@@ -17,7 +17,7 @@ NTPClient timeClient(ntpUDP,"pool.ntp.org", 36000, 60000);
1717
// without isTimeSet() the LED would be switched on, although the time
1818
// was not yet set correctly.
1919

20-
// blue led on ESP12F
20+
// blue LED on ESP-12F
2121
const int led = 2;
2222
const int hour = 10;
2323
const int minute = 0;

0 commit comments

Comments
 (0)