Files
Peter Siegmund 08b0e04584 implement new light mode (off/day/night/simulation)
missing:
- fully connect it to the ui
- setup duration in light settings

Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-09-29 23:15:06 +02:00

8 lines
91 B
C

#pragma once
#include <sys/cdefs.h>
__BEGIN_DECLS
void analytics_init(void);
__END_DECLS