11 lines
174 B
CMake
11 lines
174 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.c"
|
|
"control.c"
|
|
"led.c"
|
|
"rcsignal.c"
|
|
"animation.c"
|
|
"localbtn.c"
|
|
INCLUDE_DIRS "."
|
|
)
|