diff options
| author | user@node5.net <user@node5.net> | 2026-01-11 20:28:19 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-01-11 20:30:17 +0100 |
| commit | 43b77046137cf76d2fd465c9e4b330622b177503 (patch) | |
| tree | 6d7917cf3814aff8bda9ec6ceb3633f2a3bbf708 /src/main.cpp | |
| parent | 477a963631781468ce114a9ebdfc100d8bc93031 (diff) | |
Fix NTP
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
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(); } |
