Files
esp-air-monitor/components/wifi/CMakeLists.txt
Arthur Roberts cf9a549cf2 Added Wifi
Seems to be working.

It's 90% the same code as the examples
2023-10-28 00:58:33 +01:00

5 lines
85 B
CMake

idf_component_register(SRCS "wifi.c"
INCLUDE_DIRS "."
REQUIRES driver esp_wifi
)