wheel/components/wifi_station/CMakeLists.txt

3 lines
120 B
CMake
Raw Normal View History

2024-01-22 03:36:10 +08:00
idf_component_register(SRCS "wifi_station.c"
INCLUDE_DIRS "."
REQUIRES esp_wifi)