esp-ena/components/wifi-controller/CMakeLists.txt

9 lines
134 B
CMake

idf_component_register(
SRCS
"espidf-v4.1.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
esp_wifi
nvs_flash
)