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 e6f81c96246555b15362e69c11fbf66e6051cd17..4f361659753e1d1a971abfb5c3023a4dc2f6651c 100644
(file)
--- 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));
}