code splitting

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-06-06 22:18:18 +02:00
parent 649d1457f5
commit bddedbc4ee
5 changed files with 198 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
idf_component_register(SRCS "main.c"
idf_component_register(SRCS
"beacon.c"
"main.c"
INCLUDE_DIRS "."
)
spiffs_create_partition_image(storage ../data FLASH_IN_PROJECT)