webguiapp update implemented

This commit is contained in:
Bogdan Pilyugin 2023-01-03 17:44:45 +02:00
parent dff29f87e5
commit 83fbb887f0
6 changed files with 16 additions and 26 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "components/libespfs"]
path = components/libespfs
url = git@github.com:userbogd/libespfs.git
[submodule "components/webguiapp"] [submodule "components/webguiapp"]
path = components/webguiapp path = components/webguiapp
url = git@gitlab.com:userbogd/webguiapp.git url = git@gitlab.com:userbogd/webguiapp.git

View File

@ -8,5 +8,5 @@ string(REPLACE " " "_" ProjectId ${ProjectId})
project(${ProjectId}) project(${ProjectId})
# Include espfs ROM in foldef HTML # Include espfs ROM in foldef HTML
include(components/libespfs/cmake/include.cmake) include(components/webguiapp/extlibs/libespfs/cmake/include.cmake)
target_add_espfs(webguiapp_ref_implement.elf espfs HTML) target_add_espfs(webguiapp_ref_implement.elf espfs HTML)

@ -1 +0,0 @@
Subproject commit a646e3ee0594ec2301e9b3fe6373ea274eb39e39

@ -1 +1 @@
Subproject commit 2ac532050de44a27fa46796e702e07610e60ec88 Subproject commit c03aab83ad6332bddb6925b516f52a8266232d4a

@ -1 +1 @@
Subproject commit f6d881a4f175f9880a935843c763b9759ee41cdc Subproject commit 46ed2b645b0f4d571f1aeb1e0c726df6064af299

View File

@ -1222,12 +1222,6 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
# CONFIG_WPA_DPP_SUPPORT is not set # CONFIG_WPA_DPP_SUPPORT is not set
# end of Supplicant # end of Supplicant
#
# Virtual GPO configuration
#
# CONFIG_PORTS_EXTENDER_ENABLE is not set
# end of Virtual GPO configuration
# #
# esp-modem # esp-modem
# #
@ -1235,19 +1229,6 @@ CONFIG_ESP_MODEM_CMUX_DEFRAGMENT_PAYLOAD=y
CONFIG_ESP_MODEM_CMUX_DELAY_AFTER_DLCI_SETUP=0 CONFIG_ESP_MODEM_CMUX_DELAY_AFTER_DLCI_SETUP=0
# end of esp-modem # end of esp-modem
#
# libespfs
#
# CONFIG_ESPFS_LOG_LEVEL_NONE is not set
# CONFIG_ESPFS_LOG_LEVEL_ERROR is not set
CONFIG_ESPFS_LOG_LEVEL_WARNING=y
# CONFIG_ESPFS_LOG_LEVEL_INFO is not set
# CONFIG_ESPFS_LOG_LEVEL_DEBUG is not set
# CONFIG_ESPFS_LOG_LEVEL_VERBOSE is not set
CONFIG_ESPFS_MAX_PARTITIONS=1
CONFIG_ESPFS_USE_HEATSHRINK=y
# end of libespfs
# #
# The Things Network # The Things Network
# #
@ -1360,6 +1341,19 @@ CONFIG_WEBGUIAPP_DNS1_ADDRESS_DEFAULT="8.8.8.8"
CONFIG_WEBGUIAPP_DNS2_ADDRESS_DEFAULT="8.8.4.4" CONFIG_WEBGUIAPP_DNS2_ADDRESS_DEFAULT="8.8.4.4"
CONFIG_WEBGUIAPP_DNS3_ADDRESS_DEFAULT="1.1.1.1" CONFIG_WEBGUIAPP_DNS3_ADDRESS_DEFAULT="1.1.1.1"
# end of DNS settings # end of DNS settings
#
# libespfs
#
# CONFIG_ESPFS_LOG_LEVEL_NONE is not set
# CONFIG_ESPFS_LOG_LEVEL_ERROR is not set
CONFIG_ESPFS_LOG_LEVEL_WARNING=y
# CONFIG_ESPFS_LOG_LEVEL_INFO is not set
# CONFIG_ESPFS_LOG_LEVEL_DEBUG is not set
# CONFIG_ESPFS_LOG_LEVEL_VERBOSE is not set
CONFIG_ESPFS_MAX_PARTITIONS=1
CONFIG_ESPFS_USE_HEATSHRINK=y
# end of libespfs
# end of WebGUIApp # end of WebGUIApp
# end of Component config # end of Component config