aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-01-11 20:28:19 +0100
committeruser@node5.net <user@node5.net>2026-01-11 20:30:17 +0100
commit43b77046137cf76d2fd465c9e4b330622b177503 (patch)
tree6d7917cf3814aff8bda9ec6ceb3633f2a3bbf708 /src/main.cpp
parent477a963631781468ce114a9ebdfc100d8bc93031 (diff)
Fix NTP
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bc30657..2f2691c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -257,5 +257,6 @@ void loop() {
update_clock();
hue++;
+ events();
}