This commit is contained in:
Dmitry Borisenko
2020-12-15 22:10:40 +01:00
parent 9fd88ffae1
commit 9934690d0a
9 changed files with 19 additions and 11 deletions

View File

@@ -12,5 +12,5 @@ void clockInit() {
timeNow->hasSync();
},
nullptr, true);
SerialPrint("I", F("Time"), F("Clock Init"));
SerialPrint("I", F("NTP"), F("Clock Init"));
}