Generate device name

This commit is contained in:
2024-07-27 15:31:17 +02:00
parent 0e32622720
commit 900b436856
10 changed files with 249 additions and 3 deletions

View File

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