esp-ena/components/wifi-controller/CMakeLists.txt
2020-08-16 16:40:05 +02:00

8 lines
137 B
CMake

idf_component_register(
SRCS
"wifi-controller.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
esp_wifi
nvs_flash
)