setup hello world from component

This commit is contained in:
2026-03-21 20:38:15 -05:00
parent 12f3fc9f05
commit 4bf5fef40b
5 changed files with 13 additions and 8 deletions
+6 -3
View File
@@ -1,3 +1,6 @@
idf_component_register(SRCS "main.cpp"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS "")
idf_component_register(
SRCS "main.cpp"
PRIV_REQUIRES
spi_flash
blk_box_lib
INCLUDE_DIRS "")