mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 11:04:39 +01:00
8 lines
137 B
CMake
8 lines
137 B
CMake
|
idf_component_register(
|
||
|
SRCS
|
||
|
"wifi-controller.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
PRIV_REQUIRES
|
||
|
esp_wifi
|
||
|
nvs_flash
|
||
|
)
|