This commit is contained in:
2024-07-27 16:15:35 +02:00
parent 900b436856
commit 0c6c0f4a7f
9 changed files with 120 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "random.c" "storage.c" "main.c"
idf_component_register(SRCS "system.c" "crypto.c" "random.c" "storage.c" "main.c"
"dev_name.c"
INCLUDE_DIRS ".")