starting with capability service

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-30 15:35:19 +02:00
parent dcc679fe27
commit c368899c4d
8 changed files with 114 additions and 34 deletions

View File

@@ -1,6 +1,11 @@
idf_component_register(SRCS "led_service.c" "device_service.c" "remote_control.c"
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
led_matrix
)