rename host project to WebGUIApp
This commit is contained in:
parent
34b2017dcd
commit
d0792562da
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/build/
|
||||||
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[submodule "components/WebGUIAppComponent"]
|
||||||
|
path = components/WebGUIAppComponent
|
||||||
|
url = git@gitlab.com:userbogd/WebGUIAppComponent.git
|
||||||
|
[submodule "components/libespfs"]
|
||||||
|
path = components/libespfs
|
||||||
|
url = git@github.com:userbogd/libespfs.git
|
||||||
|
|
@ -9,4 +9,4 @@ project(${ProjectId})
|
||||||
|
|
||||||
# Include espfs ROM in foldef HTML
|
# Include espfs ROM in foldef HTML
|
||||||
include(components/libespfs/cmake/include.cmake)
|
include(components/libespfs/cmake/include.cmake)
|
||||||
target_add_espfs(web-gui-application-test.elf espfs HTML)
|
target_add_espfs(WebGUIApp.elf espfs HTML)
|
||||||
1
components/WebGUIAppComponent
Submodule
1
components/WebGUIAppComponent
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b60d5f57c1e25c3e6c7cbd577ae1b9576b7e11db
|
||||||
1
components/libespfs
Submodule
1
components/libespfs
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8af4536ed0d455c8d5853b66b76be288b13cd177
|
||||||
26
sdkconfig
26
sdkconfig
|
|
@ -1223,19 +1223,6 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||||
# CONFIG_WPA_11KV_SUPPORT is not set
|
# CONFIG_WPA_11KV_SUPPORT is not set
|
||||||
# end of Supplicant
|
# end of Supplicant
|
||||||
|
|
||||||
#
|
|
||||||
# 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
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# WebGuiApp configuration
|
# WebGuiApp configuration
|
||||||
#
|
#
|
||||||
|
|
@ -1292,6 +1279,19 @@ CONFIG_WEBGUIAPP_WIFI_GATEWAY_STA="192.168.1.150"
|
||||||
# CONFIG_WEBGUIAPP_GPRS_ENABLE is not set
|
# CONFIG_WEBGUIAPP_GPRS_ENABLE is not set
|
||||||
# end of GPRS settings
|
# end of GPRS settings
|
||||||
# end of WebGuiApp configuration
|
# end of WebGuiApp configuration
|
||||||
|
|
||||||
|
#
|
||||||
|
# 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 Component config
|
# end of Component config
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user