Update examples/IsTimeSet/IsTimeSet.ino

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

View File

@ -17,7 +17,7 @@ NTPClient timeClient(ntpUDP,"pool.ntp.org", 36000, 60000);
// 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. // was not yet set correctly.
// blue led on ESP12F // blue LED on ESP-12F
const int led = 2; const int led = 2;
const int hour = 10; const int hour = 10;
const int minute = 0; const int minute = 0;