From 7f17799c1f8c561227841c706ee86e6c6ae7fcb8 Mon Sep 17 00:00:00 2001 From: bogd Date: Mon, 13 May 2024 12:50:52 +0200 Subject: [PATCH] updated components with manual time set, config updated with SD card settings --- WEBUI_SRC/src/components/webguicomp | 2 +- components/webguiapp | 2 +- sdkconfig | 26 ++++++++++++++++---------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/WEBUI_SRC/src/components/webguicomp b/WEBUI_SRC/src/components/webguicomp index 06efde2..3f22726 160000 --- a/WEBUI_SRC/src/components/webguicomp +++ b/WEBUI_SRC/src/components/webguicomp @@ -1 +1 @@ -Subproject commit 06efde27c56a11195fa8dad7af7629944cadd7eb +Subproject commit 3f22726f763e4a31c186d059ff4f49069a8c323a diff --git a/components/webguiapp b/components/webguiapp index 4fdec54..f0a773b 160000 --- a/components/webguiapp +++ b/components/webguiapp @@ -1 +1 @@ -Subproject commit 4fdec546080cef1034b9a7acf26e43e7a0959fc2 +Subproject commit f0a773b53f345415ef48a026169e36157b067263 diff --git a/sdkconfig b/sdkconfig index c157c49..e392226 100644 --- a/sdkconfig +++ b/sdkconfig @@ -1857,6 +1857,12 @@ CONFIG_WEBGUIAPP_CRON_NUMBER=16 # CONFIG_WEBGUIAPP_I2C_ENABLE is not set # end of I2C settings +# +# SDCARD settings +# +# CONFIG_SDCARD_ENABLE is not set +# end of SDCARD settings + # # WiFi settings # @@ -1943,6 +1949,16 @@ CONFIG_ESPFS_USE_HEATSHRINK=y # end of libespfs # end of WebGUIApp +# +# esp-modem +# +CONFIG_ESP_MODEM_CMUX_DEFRAGMENT_PAYLOAD=y +# CONFIG_ESP_MODEM_USE_INFLATABLE_BUFFER_IF_NEEDED is not set +CONFIG_ESP_MODEM_CMUX_DELAY_AFTER_DLCI_SETUP=0 +# CONFIG_ESP_MODEM_CMUX_USE_SHORT_PAYLOADS_ONLY is not set +# CONFIG_ESP_MODEM_ADD_CUSTOM_MODULE is not set +# end of esp-modem + # # The Things Network # @@ -1966,16 +1982,6 @@ CONFIG_TTN_BG_TASK_PRIO=10 CONFIG_TTN_PROVISION_UART_NONE=y CONFIG_TTN_PROVISION_UART_NUM=0 # end of The Things Network - -# -# esp-modem -# -CONFIG_ESP_MODEM_CMUX_DEFRAGMENT_PAYLOAD=y -# CONFIG_ESP_MODEM_USE_INFLATABLE_BUFFER_IF_NEEDED is not set -CONFIG_ESP_MODEM_CMUX_DELAY_AFTER_DLCI_SETUP=0 -# CONFIG_ESP_MODEM_CMUX_USE_SHORT_PAYLOADS_ONLY is not set -# CONFIG_ESP_MODEM_ADD_CUSTOM_MODULE is not set -# end of esp-modem # end of Component config # CONFIG_IDF_EXPERIMENTAL_FEATURES is not set