Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <accounts@perglass.com>
This commit is contained in:
parent
471edf092c
commit
0bb26f7ccc
@ -14,7 +14,7 @@ NTPClient timeClient(ntpUDP,"pool.ntp.org", 36000, 60000);
|
||||
// HH:MM:SS
|
||||
// timeClient initializes to 10:00:00 if it does not receive an NTP packet
|
||||
// before the 100ms timeout.
|
||||
// Without isTimeSet() the LED would be switched on, although the time
|
||||
// without isTimeSet() the LED would be switched on, although the time
|
||||
// was not yet set correctly.
|
||||
|
||||
// blue led on ESP12F
|
||||
|
Loading…
Reference in New Issue
Block a user