write is working (print into log), but notify doesn't work yet Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
12 lines
373 B
CMake
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
|
|
)
|