copy BLE functions
Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
11
components/remote_control/CMakeLists.txt
Normal file
11
components/remote_control/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
idf_component_register(SRCS
|
||||
"capability_service.c"
|
||||
"device_service.c"
|
||||
"led_service.c"
|
||||
"remote_control.c"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_REQUIRES
|
||||
bt
|
||||
esp_app_format
|
||||
storage
|
||||
)
|
Reference in New Issue
Block a user