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

8 lines
137 B
CMake
Raw Normal View History

2020-08-16 16:40:05 +02:00
idf_component_register(
SRCS
"wifi-controller.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
esp_wifi
nvs_flash
)