test html

This commit is contained in:
ok-home
2023-09-24 11:28:09 +07:00
parent 9dc7641c60
commit 5c6932902e
10 changed files with 4202 additions and 62 deletions

View File

@@ -2,9 +2,19 @@
idf_component_register(
SRCS
example_ota_ws.c
example_ota_ws.c
../source/ota_ws_esp.c
../source/ota_ws_http.c
INCLUDE_DIRS
"."
#EMBED_FILES
ota_ws.html
../include
PRIV_INCLUDE_DIRS
../private_include
REQUIRES
prv_Wifi_Connect
esp_http_server
mdns
app_update
esp_wifi
EMBED_FILES
../source/ota_ws.html
)