setup hello world from component
This commit is contained in:
+6
-3
@@ -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 "")
|
||||
|
||||
Reference in New Issue
Block a user