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