This commit is contained in:
Dmitry Borisenko
2020-02-22 03:34:44 +03:00
parent 7bc5be8db5
commit ec187af09d
5 changed files with 73 additions and 94 deletions

View File

@@ -16,7 +16,7 @@ void reconfigTime() {
configTime(jsonRead(configSetup, "timezone").toInt() * 3600, 0, ntpServer);
int i = 0;
Serial.println("[i]Awaiting for time ");
Serial.println("[i] Awaiting for time ");
#ifdef ESP32
struct tm timeinfo;
@@ -35,7 +35,7 @@ void reconfigTime() {
// }
#endif
Serial.print("Time = ");
Serial.print("[i] Time = ");
Serial.print(GetDataDigital());
Serial.print(" ");
Serial.println(GetTime());