diff --git a/HTML/espfs.paths b/HTML/espfs.paths
index 95259d1..036fe97 100644
--- a/HTML/espfs.paths
+++ b/HTML/espfs.paths
@@ -9,31 +9,20 @@ api/set3.json
api/stat.json
api/status.json
api/tmr.json
-app
-app/set_app.html
+control.html
favicon.ico
-head.inc
+iconsfont.css
+iconsfont.woff2
index.html
-ioscr.js
-new
-new/iconsfont.css
-new/iconsfont.woff2
-new/index.html
-new/ioscr.js
-new/logo.png
-new/main.js
-new/styles.css
+main.js
+reboot.html
res
+res.js
res/ca_cert.pem
-style.css
-sys
-sys/control.html
-sys/reboot.html
-sys/set_eth.html
-sys/set_gprs.html
-sys/set_lora.html
-sys/set_mqtt.html
-sys/set_sys.html
-sys/set_time.html
-sys/set_wifi.html
-sys/stats.html
\ No newline at end of file
+set_eth.html
+set_gprs.html
+set_mqtt.html
+set_sys.html
+set_time.html
+set_wifi.html
+styles.css
\ No newline at end of file
diff --git a/components/webguiapp b/components/webguiapp
index d229926..203a9d8 160000
--- a/components/webguiapp
+++ b/components/webguiapp
@@ -1 +1 @@
-Subproject commit d22992654bbc55ca8a6d316b5da6c0489eb3b387
+Subproject commit 203a9d86c18344d1f25d888b3b18832c41742558
diff --git a/sdkconfig b/sdkconfig
index 2e64c6f..1fa16d5 100644
--- a/sdkconfig
+++ b/sdkconfig
@@ -1226,7 +1226,7 @@ CONFIG_ESPFS_USE_HEATSHRINK=y
# end of libespfs
#
-# WebGuiApp configuration
+# webguiapp configuration
#
CONFIG_WEBGUIAPP_PROJECT_VER="0.0.0.0002"
CONFIG_WEBGUIAPP_HOSTNAME="DEVICE_HOSTNAME"
@@ -1322,7 +1322,7 @@ CONFIG_WEBGUIAPP_DNS1_ADDRESS_DEFAULT="8.8.8.8"
CONFIG_WEBGUIAPP_DNS2_ADDRESS_DEFAULT="8.8.4.4"
CONFIG_WEBGUIAPP_DNS3_ADDRESS_DEFAULT="1.1.1.1"
# end of DNS settings
-# end of WebGuiApp configuration
+# end of webguiapp configuration
# end of Component config
#