projects
/
esp-clock.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Исправлен будильник по дням + немного причесаны диагностические сообщения
[esp-clock.git]
/
time.cpp
diff --git
a/time.cpp
b/time.cpp
index c874bb9cc049d902dfcf94f32880bd1a42850a35..e6f81c96246555b15362e69c11fbf66e6051cd17 100644
(file)
--- a/
time.cpp
+++ b/
time.cpp
@@
-23,7
+23,7
@@
std::function<void()> 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));