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