Port to ESP32

This commit is contained in:
2026-01-05 21:01:26 +01:00
parent 5f69141a86
commit 05be118dd1
21 changed files with 4025 additions and 29 deletions

14
main/CMakeLists.txt Normal file
View File

@ -0,0 +1,14 @@
idf_component_register(
SRCS
"main.c"
"control.c"
"led.c"
"rcsignal.c"
"animation.c"
INCLUDE_DIRS "."
EMBED_FILES
"../webapp/index.html"
"../webapp/app/app.js"
"../webapp/css/style.css"
"../webapp/data/favicon.ico"
)