diff --git a/TemperatureSensorScript_for_ESP8266/TemperatureSensorScript_for_ESP8266.ino b/TemperatureSensorScript_for_ESP8266/TemperatureSensorScript_for_ESP8266.ino index 460215d..cb00a0a 100644 --- a/TemperatureSensorScript_for_ESP8266/TemperatureSensorScript_for_ESP8266.ino +++ b/TemperatureSensorScript_for_ESP8266/TemperatureSensorScript_for_ESP8266.ino @@ -81,7 +81,7 @@ String IpAddress2String(const IPAddress& ipAddress) void SetTimezone() { if(!getLocalTime(&timeinfo)){ - Serial.println("There was an in getting time, this could be that the NTPServer is not available, or a weak connection to the NTPServer"); + Serial.println("There was an error in getting time, this could be that the NTPServer is not available, or a weak connection to the NTPServer"); Serial.println("System will now restart"); delay(10000); ESP.restart();