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