5 lines
85 B
CMake
5 lines
85 B
CMake
idf_component_register(SRCS "wifi.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES driver esp_wifi
|
|
)
|