2025-01-30 16:46:21 -08:00

7 lines
126 B
CMake

idf_component_register(
SRCS "Main.c"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS ""
PRIV_REQUIRES esp_driver_gpio
)