X-Git-Url: https://git.rvb.name/esp-clock.git/blobdiff_plain/dab14a20e37e760a82b72f50f765caa26fff556e..e6a4483ee334f8a5879b55ecc8da6255ad565d41:/time.cpp diff --git a/time.cpp b/time.cpp index c874bb9..4f36165 100644 --- a/time.cpp +++ b/time.cpp @@ -23,8 +23,9 @@ std::function tTimeHandlers[maxTimeHandlers]; void timeIsSet(bool ntp) { if (ntp) { - Serial.println(F("Time syncronized with NTP")); + Serial.println(F("Время синхронизировано")); message(F("Время синхронизировано")); + reportMessage(F("Время синхронизировано")); if (isRTCEnabled) { RTC.adjust(DateTime(now)); }