diff --git a/src/Main.cpp b/src/Main.cpp index d89a376d..1a3430b4 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -44,12 +44,12 @@ void setup() { standWebSocketsInit(); #endif - //инициализация mqtt - mqttInit(); - // NTP ntpInit(); + //инициализация mqtt + mqttInit(); + //настраиваем микроконтроллер configure("/config.json"); diff --git a/src/NTP.cpp b/src/NTP.cpp index 21bfef90..30ad55ea 100644 --- a/src/NTP.cpp +++ b/src/NTP.cpp @@ -21,7 +21,7 @@ void ntpInit() { if (prevTime != timenow) { prevTime = timenow; // jsonWriteStr(configLiveJson, "timenow", timenow); - SerialPrint("I", F("NTP"), getDateTimeDotFormated()); + SerialPrint("I", F("✔ NTP"), getDateTimeDotFormated()); } }, nullptr, true);