read capability.json from storage

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-30 22:42:58 +02:00
parent c368899c4d
commit a7067fb391
8 changed files with 307 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
idf_component_register(SRCS
"storage.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
spiffs
)