We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb26f7 commit 1ebdff6Copy full SHA for 1ebdff6
examples/IsTimeSet/IsTimeSet.ino
@@ -17,7 +17,7 @@ NTPClient timeClient(ntpUDP,"pool.ntp.org", 36000, 60000);
17
// without isTimeSet() the LED would be switched on, although the time
18
// was not yet set correctly.
19
20
-// blue led on ESP12F
+// blue LED on ESP-12F
21
const int led = 2;
22
const int hour = 10;
23
const int minute = 0;
0 commit comments