3 lines
120 B
CMake
3 lines
120 B
CMake
|
idf_component_register(SRCS "wifi_station.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
REQUIRES esp_wifi)
|