more components and code splitting

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-22 22:47:34 +02:00
parent 26121a4157
commit b1d2179800
11 changed files with 242 additions and 96 deletions

View File

@@ -0,0 +1,5 @@
idf_component_register(SRCS "persistence.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
nvs_flash
)