Files
warnemuende-lighthouses/firmware/components/remote_control/CMakeLists.txt
Peter Siegmund 8bf9e8f462 try to implement uart over ble
write is working (print into log), but notify doesn't work yet

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
2025-08-29 11:50:13 +02:00

12 lines
373 B
CMake

idf_component_register(SRCS
"device_service.c"
"light_service.c"
"remote_control.c"
"uart_service.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
bt
esp_app_format
light
)