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..4f361659753e1d1a971abfb5c3023a4dc2f6651c 100644
(file)
--- a/
time.cpp
+++ b/
time.cpp
@@
-23,8
+23,9
@@
std::function<void()> tTimeHandlers[maxTimeHandlers];
void timeIsSet(bool ntp) {
if (ntp) {
void timeIsSet(bool ntp) {
if (ntp) {
- Serial.println(F("
Time syncronized with NTP
"));
+ Serial.println(F("
Время синхронизировано
"));
message(F("Время синхронизировано"));
message(F("Время синхронизировано"));
+ reportMessage(F("Время синхронизировано"));
if (isRTCEnabled) {
RTC.adjust(DateTime(now));
}
if (isRTCEnabled) {
RTC.adjust(DateTime(now));
}