From 593ecfa7e0e3dcc733ab24f44a7db9075d96598a Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 3 Oct 2022 12:44:50 +0200 Subject: [PATCH] Fixed minor spelling mistake --- .../TemperatureSensorScript_for_ESP8266.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();