6 lines
211 B
CMake
6 lines
211 B
CMake
idf_component_register(SRCS "Main.c"
|
|
PRIV_REQUIRES spi_flash
|
|
INCLUDE_DIRS ""
|
|
REQUIRES driver esp_adc
|
|
REQUIRES esp_driver_ledc)
|