Fixed minor spelling mistake

This commit is contained in:
unknown 2022-10-03 12:44:50 +02:00
parent 6c76f9a59e
commit 593ecfa7e0
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ String IpAddress2String(const IPAddress& ipAddress)
void SetTimezone() void SetTimezone()
{ {
if(!getLocalTime(&timeinfo)){ 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"); Serial.println("System will now restart");
delay(10000); delay(10000);
ESP.restart(); ESP.restart();