add some code
This commit is contained in:
18
managed_components/78__esp-wifi-connect/CMakeLists.txt
Normal file
18
managed_components/78__esp-wifi-connect/CMakeLists.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"wifi_configuration_ap.cc"
|
||||
"wifi_station.cc"
|
||||
"ssid_manager.cc"
|
||||
"dns_server.cc"
|
||||
INCLUDE_DIRS
|
||||
"include"
|
||||
EMBED_TXTFILES
|
||||
"assets/wifi_configuration.html"
|
||||
"assets/wifi_configuration_done.html"
|
||||
REQUIRES
|
||||
"esp_timer"
|
||||
"esp_http_server"
|
||||
"esp_wifi"
|
||||
"nvs_flash"
|
||||
"json"
|
||||
)
|
||||
Reference in New Issue
Block a user