basic led control with local btn

This commit is contained in:
2026-01-05 22:18:58 +01:00
parent 05be118dd1
commit fa6a19d1aa
17 changed files with 156 additions and 2138 deletions

View File

@ -5,10 +5,6 @@ idf_component_register(
"led.c"
"rcsignal.c"
"animation.c"
"localbtn.c"
INCLUDE_DIRS "."
EMBED_FILES
"../webapp/index.html"
"../webapp/app/app.js"
"../webapp/css/style.css"
"../webapp/data/favicon.ico"
)