From e8e1856b5dc29b1f397e390e11ac680a7774b347 Mon Sep 17 00:00:00 2001 From: no-Legend Date: Mon, 26 Feb 2024 08:50:03 +0100 Subject: [PATCH 1/3] Fix WLAN Bug types.h Fix crashing controller by using a password with a length of more than 32 characters --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.h b/src/types.h index 6b599d3..88b9d03 100644 --- a/src/types.h +++ b/src/types.h @@ -22,7 +22,7 @@ extern "C" typedef struct GlobalVariablesStruct{ char SSID[32]; - char APPW[32]; + char APPW[63]; String FWVersion = "EXPERIMENTAL 25.2.24"; String Host = "BLLED"; bool started = false; From 5b8e6e9ccea174f43f810e0be4b5760bbadc5fcf Mon Sep 17 00:00:00 2001 From: no-Legend Date: Mon, 26 Feb 2024 08:50:54 +0100 Subject: [PATCH 2/3] Rename Icon square.png to Icon-square.png Fix Bug not display the icon in the web interface --- src/www/{Icon square.png => Icon-square.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename src/www/{Icon square.png => Icon-square.png} (100%) diff --git a/src/www/Icon square.png b/src/www/Icon-square.png similarity index 100% rename from src/www/Icon square.png rename to src/www/Icon-square.png From 0c2b90d46d8cdcbe946e43eb1999083d62d37ba4 Mon Sep 17 00:00:00 2001 From: no-Legend Date: Mon, 26 Feb 2024 08:54:21 +0100 Subject: [PATCH 3/3] Update setuppage.html remove firmwareversion which was hard coded int he setup page --- src/www/setuppage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/setuppage.html b/src/www/setuppage.html index d258569..79445e2 100644 --- a/src/www/setuppage.html +++ b/src/www/setuppage.html @@ -199,7 +199,7 @@

BL LED Controller Settings Page

-

Firmware version: Expirimental 12.30.23

+

Firmware version:

This page allows you to change the MQTT broker info and any additional settings.