code clean up and persistence for beacon last state

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-08-29 16:01:25 +02:00
parent 8bf9e8f462
commit 13b009c0db
12 changed files with 139 additions and 88 deletions

View File

@@ -1,4 +1,5 @@
idf_component_register(SRCS
"char_desc.c"
"device_service.c"
"light_service.c"
"remote_control.c"
@@ -8,4 +9,5 @@ idf_component_register(SRCS
bt
esp_app_format
light
persistence
)