From 30ce2bcfb06fdbbcd5681d6eab4372cdf5754750 Mon Sep 17 00:00:00 2001 From: bogdan Date: Sun, 29 Sep 2024 19:06:28 +0200 Subject: [PATCH] changed WS led's pin to gpio35 as on default debug dongle --- WEBUI_SRC/src/components/webguicomp | 2 +- components/webguiapp | 2 +- sdkconfig | 9 ++++++++- sdkconfig.old | 9 ++++++++- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/WEBUI_SRC/src/components/webguicomp b/WEBUI_SRC/src/components/webguicomp index b4d4992..8b43166 160000 --- a/WEBUI_SRC/src/components/webguicomp +++ b/WEBUI_SRC/src/components/webguicomp @@ -1 +1 @@ -Subproject commit b4d49920c0640d4a18e7ad104008fff4278d06a4 +Subproject commit 8b43166c18898d1adda454e956117e9167fefd58 diff --git a/components/webguiapp b/components/webguiapp index 0a21101..60f8299 160000 --- a/components/webguiapp +++ b/components/webguiapp @@ -1 +1 @@ -Subproject commit 0a21101817f0320cfc2d43c635ef555b72f45e38 +Subproject commit 60f8299f5991df6a5cd0233a952d8bd28f43e489 diff --git a/sdkconfig b/sdkconfig index 90cece7..2875602 100644 --- a/sdkconfig +++ b/sdkconfig @@ -488,7 +488,7 @@ CONFIG_GPIO_RANGE_MAX=48 # LED strip settings # CONFIG_LED_STRIP_NUMBER=1 -CONFIG_LED_STRIP_GPIO=33 +CONFIG_LED_STRIP_GPIO=35 # end of LED strip settings # end of LED app settings @@ -1977,6 +1977,13 @@ CONFIG_WEBGUIAPP_MQTT_PASSWORD="password" CONFIG_WEBGUIAPP_MQTT_DEBUG_LEVEL=1 # end of MQTT settings +# +# System log +# +CONFIG_WEBGUIAPP_SYSLOG_MAX_CHUNKS=4 +CONFIG_WEBGUIAPP_SYSLOG_CHUNK_SIZE=50 +# end of System log + # # DNS settings # diff --git a/sdkconfig.old b/sdkconfig.old index 83fc0ca..4f3b754 100644 --- a/sdkconfig.old +++ b/sdkconfig.old @@ -488,7 +488,7 @@ CONFIG_GPIO_RANGE_MAX=48 # LED strip settings # CONFIG_LED_STRIP_NUMBER=1 -CONFIG_LED_STRIP_GPIO=31 +CONFIG_LED_STRIP_GPIO=33 # end of LED strip settings # end of LED app settings @@ -1977,6 +1977,13 @@ CONFIG_WEBGUIAPP_MQTT_PASSWORD="password" CONFIG_WEBGUIAPP_MQTT_DEBUG_LEVEL=1 # end of MQTT settings +# +# System log +# +CONFIG_WEBGUIAPP_SYSLOG_MAX_CHUNKS=4 +CONFIG_WEBGUIAPP_SYSLOG_CHUNK_SIZE=50 +# end of System log + # # DNS settings #