quasar test webui

This commit is contained in:
Bogdan Pilyugin 2023-07-21 16:01:48 +02:00
parent b24b4ce3aa
commit d1c43be999
28 changed files with 271 additions and 373 deletions

View File

@ -9,4 +9,4 @@ project(${ProjectId})
# Include espfs ROM in foldef HTML
include(components/webguiapp/extlibs/libespfs/cmake/include.cmake)
target_add_espfs(WebguiappTemplate.elf espfs HTML)
target_add_espfs(WebguiappTemplate.elf espfs WEBUI)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

25
WEBUI/espfs.paths Normal file
View File

@ -0,0 +1,25 @@
assets
assets/ErrorNotFound.1a929068.js
assets/IndexPage.743c5bfb.js
assets/KFOkCnqEu92Fr1MmgVxIIzQ.34e9582c.woff
assets/KFOlCnqEu92Fr1MmEU9fBBc-.9ce7f3ac.woff
assets/KFOlCnqEu92Fr1MmSU5fBBc-.bf14c7d7.woff
assets/KFOlCnqEu92Fr1MmWUlfBBc-.e0fd57c0.woff
assets/KFOlCnqEu92Fr1MmYUtfBBc-.f6537e32.woff
assets/KFOmCnqEu92Fr1Mu4mxM.f2abf7fb.woff
assets/MainLayout.77ba4c57.js
assets/QBtn.3462c190.js
assets/axios.fb5cd3e5.js
assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.fd84f88b.woff
assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.4a4dbc62.woff2
assets/index.77bd2a1f.js
assets/index.e110aa66.css
assets/quasar-logo-vertical.55e9c854.svg
assets/render.c32018ce.js
favicon.ico
icons
icons/favicon-128x128.png
icons/favicon-16x16.png
icons/favicon-32x32.png
icons/favicon-96x96.png
index.html

BIN
WEBUI/favicon.ico Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
WEBUI/index.html Normal file

Binary file not shown.

View File

@ -4,6 +4,6 @@ nvs,data,nvs, 0x9000,0x8000,
otadata,data,ota, ,0x2000,
phy_init,data,phy, ,0x1000,
nvs_key,data,nvs_keys, ,0x1000,
ota_0,app,ota_0, 0x20000,0x170000,
ota_1,app,ota_1, ,0x170000,
storage,data,spiffs, ,0x100000,
ota_0,app,ota_0, 0x20000,0x1E0000,
ota_1,app,ota_1, ,0x1E0000,
storage,data,spiffs, ,0x20000,

1 # ESP-IDF Partition Table
4 otadata,data,ota, ,0x2000,
5 phy_init,data,phy, ,0x1000,
6 nvs_key,data,nvs_keys, ,0x1000,
7 ota_0,app,ota_0, 0x20000,0x170000, ota_0,app,ota_0, 0x20000,0x1E0000,
8 ota_1,app,ota_1, ,0x170000, ota_1,app,ota_1, ,0x1E0000,
9 storage,data,spiffs, ,0x100000, storage,data,spiffs, ,0x20000,

View File

@ -1394,7 +1394,7 @@ CONFIG_SPIFFS_PAGE_CHECK=y
CONFIG_SPIFFS_GC_MAX_RUNS=10
# CONFIG_SPIFFS_GC_STATS is not set
CONFIG_SPIFFS_PAGE_SIZE=256
CONFIG_SPIFFS_OBJ_NAME_LEN=32
CONFIG_SPIFFS_OBJ_NAME_LEN=128
# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set
CONFIG_SPIFFS_USE_MAGIC=y
CONFIG_SPIFFS_USE_MAGIC_LENGTH=y
@ -1617,8 +1617,8 @@ CONFIG_WEBGUIAPP_WIFI_ON=y
CONFIG_WEBGUIAPP_WIFI_DHCP_ON=y
CONFIG_WEBGUIAPP_WIFI_SSID_AP="YourAP"
CONFIG_WEBGUIAPP_WIFI_KEY_AP="123456789"
CONFIG_WEBGUIAPP_WIFI_SSID_STA="YourSTA"
CONFIG_WEBGUIAPP_WIFI_KEY_STA="123456789"
CONFIG_WEBGUIAPP_WIFI_SSID_STA="TRS"
CONFIG_WEBGUIAPP_WIFI_KEY_STA="1285bogd"
CONFIG_WEBGUIAPP_WIFI_IP_AP="192.168.150.1"
CONFIG_WEBGUIAPP_WIFI_IP_STA="192.168.150.1"
CONFIG_WEBGUIAPP_WIFI_MASK_STA="255.255.255.0"

File diff suppressed because it is too large Load Diff