7 lines
126 B
CMake
7 lines
126 B
CMake
idf_component_register(
|
|
SRCS "Main.c"
|
|
PRIV_REQUIRES spi_flash
|
|
INCLUDE_DIRS ""
|
|
PRIV_REQUIRES esp_driver_gpio
|
|
)
|