missing: - fully connect it to the ui - setup duration in light settings Signed-off-by: Peter Siegmund <developer@mars3142.org>
9 lines
257 B
CMake
9 lines
257 B
CMake
idf_component_register(SRCS
|
|
"src/simulator.c"
|
|
"src/storage.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
led-manager
|
|
spiffs
|
|
)
|