reorganize code

create light service, with splitted beacon and outdoor functions

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-06-08 00:16:20 +02:00
parent b455d0f94a
commit 686f82930f
11 changed files with 154 additions and 65 deletions

View File

@@ -1,5 +1,4 @@
idf_component_register(SRCS
"beacon.c"
"main.c"
INCLUDE_DIRS "."
)