Update examples/IsTimeSet/IsTimeSet.ino

Co-Authored-By: per1234 <accounts@perglass.com>
This commit is contained in:
theandy94 2019-05-23 15:42:29 +02:00 committed by GitHub
parent 471edf092c
commit 0bb26f7ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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