going up to last core version

This commit is contained in:
Dmitry Borisenko
2020-03-23 23:50:20 +01:00
parent cb2361c248
commit a038960a4c
6 changed files with 17 additions and 13 deletions

View File

@@ -40,6 +40,9 @@ void reconfigTime() {
Serial.print(" ");
Serial.println(GetTime());
time_t now = time(nullptr);
Serial.println(now);
} else {
Serial.println("[E] Get time impossible, no wifi connection");
}