slightly increase buffer for oappend()

in some situations, 10 bytes were missing for audioreactive settings.
This commit is contained in:
Frank
2023-08-14 13:24:22 +02:00
parent 36620a4efe
commit 44b77ffdc2
2 changed files with 2 additions and 2 deletions

View File

@@ -382,7 +382,7 @@
#ifdef ESP8266
#define SETTINGS_STACK_BUF_SIZE 2048
#else
#define SETTINGS_STACK_BUF_SIZE 3776 // WLEDMM added 680 bytes of margin (was 3096) for audioreactive UI
#define SETTINGS_STACK_BUF_SIZE 3792 // WLEDMM added 696 bytes of margin (was 3096) for audioreactive UI
#endif
#ifdef WLED_USE_ETHERNET

View File

@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2308100
#define VERSION 2308140
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG