4 lines
148 B
CMake
4 lines
148 B
CMake
idf_component_register(SRCS "FluxWifi.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES driver lwip freertos esp_wifi nvs_flash)
|