Files
WS2812B-LED-RC-Controller/main/CMakeLists.txt
2026-01-05 21:01:26 +01:00

15 lines
302 B
CMake

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"
)