add simulation to UI

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-09-30 21:53:40 +02:00
parent 9ae568c2f4
commit 0f7686d5a5
13 changed files with 113 additions and 131 deletions

View File

@@ -1,8 +1,9 @@
idf_component_register(SRCS
"src/simulator.c"
"src/storage.c"
"src/simulator.cpp"
"src/storage.cpp"
INCLUDE_DIRS "include"
PRIV_REQUIRES
led-manager
persistence-manager
spiffs
)