X-Git-Url: https://git.rvb.name/esp-clock.git/blobdiff_plain/7fff81f521f6b9d6f277d972f59411452fb4a677..refs/heads/master:/time.cpp?ds=sidebyside diff --git a/time.cpp b/time.cpp index e6f81c9..4f36165 100644 --- a/time.cpp +++ b/time.cpp @@ -25,6 +25,7 @@ void timeIsSet(bool ntp) { if (ntp) { Serial.println(F("Время синхронизировано")); message(F("Время синхронизировано")); + reportMessage(F("Время синхронизировано")); if (isRTCEnabled) { RTC.adjust(DateTime(now)); }