4 lines
150 B
CMake
4 lines
150 B
CMake
idf_component_register(SRCS "main.c"
|
|
PRIV_REQUIRES esp_driver_gpio esp_timer spi_flash
|
|
INCLUDE_DIRS "")
|