32bytes added to SETTINGS_STACK_BUF_SIZE

stack buffer was (again) a few bytes too small.
This commit is contained in:
Frank
2023-11-14 19:01:19 +01:00
parent adc723c72c
commit c2fd50d18b

View File

@@ -381,7 +381,7 @@
#ifdef ESP8266
#define SETTINGS_STACK_BUF_SIZE 2048
#else
#define SETTINGS_STACK_BUF_SIZE 3802 // WLEDMM added 696+10 bytes of margin (was 3096) for audioreactive UI
#define SETTINGS_STACK_BUF_SIZE 3834 // WLEDMM added 696+32 bytes of margin (was 3096) for audioreactive UI
#endif
#ifdef WLED_USE_ETHERNET