From 0bb26f7cccbd9aa44493636d868dc4841e18cbe2 Mon Sep 17 00:00:00 2001 From: theandy94 Date: Thu, 23 May 2019 15:42:29 +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 108ef84..175fa1c 100644 --- a/examples/IsTimeSet/IsTimeSet.ino +++ b/examples/IsTimeSet/IsTimeSet.ino @@ -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