From 1ebdff655d639d7095fb04dbe2ddc9d9f911fc26 Mon Sep 17 00:00:00 2001 From: theandy94 Date: Thu, 23 May 2019 15:42:37 +0200 Subject: [PATCH] Update examples/IsTimeSet/IsTimeSet.ino Co-Authored-By: per1234 --- examples/IsTimeSet/IsTimeSet.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/IsTimeSet/IsTimeSet.ino b/examples/IsTimeSet/IsTimeSet.ino index 175fa1c..24af787 100644 --- a/examples/IsTimeSet/IsTimeSet.ino +++ b/examples/IsTimeSet/IsTimeSet.ino @@ -17,7 +17,7 @@ NTPClient timeClient(ntpUDP,"pool.ntp.org", 36000, 60000); // without isTimeSet() the LED would be switched on, although the time // was not yet set correctly. -// blue led on ESP12F +// blue LED on ESP-12F const int led = 2; const int hour = 10; const int minute = 0;