reorder to ota_ws_update

This commit is contained in:
ok-home
2023-09-26 13:44:12 +07:00
committed by GitHub
parent a22b997531
commit e85d078dfe
15 changed files with 134 additions and 4160 deletions

View File

@@ -0,0 +1,12 @@
# Embed the server root certificate into the final binary
idf_component_register(
SRCS
example_ota_ws_update.c
REQUIRES
ota_ws_update
prv_Wifi_Connect
esp_http_server
mdns
esp_wifi
)