update example

This commit is contained in:
ok-home
2023-09-27 20:32:21 +07:00
parent fd69d43d38
commit d6a42fc166
5 changed files with 323 additions and 6 deletions

View File

@@ -3,10 +3,13 @@
idf_component_register(
SRCS
example_ota_ws_update.c
example_echo_ws_server.c
REQUIRES
ota_ws_update
prv_Wifi_Connect
nvs_wifi_connect
esp_http_server
mdns
esp_wifi
EMBED_FILES
example_echo_ws_server.html
)