X-Git-Url: https://git.rvb.name/esp-clock.git/blobdiff_plain/018c87cf62ac447add9510fe2cafd21ef1e75040..c8479d5c8f2df8ff0395a0b49da752328581e5b1:/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)); }