6 lines
188 B
CMake
6 lines
188 B
CMake
idf_component_register(SRCS "led_service.c" "device_service.c" "remote_control.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
bt
|
|
)
|