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>
This commit is contained in:
2025-08-29 11:50:13 +02:00
parent 63ed36094d
commit 8bf9e8f462
4 changed files with 226 additions and 114 deletions

View File

@@ -2,6 +2,7 @@ idf_component_register(SRCS
"device_service.c"
"light_service.c"
"remote_control.c"
"uart_service.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
bt