Increase oappend buffer on ESP8266

This commit is contained in:
Blaz Kristan 2024-09-05 22:18:50 +02:00
parent 9cc333b2bd
commit 43cc4ec009

View File

@ -493,7 +493,7 @@
// string temp buffer (now stored in stack locally)
#ifdef ESP8266
#define SETTINGS_STACK_BUF_SIZE 2048
#define SETTINGS_STACK_BUF_SIZE 2560
#else
#define SETTINGS_STACK_BUF_SIZE 3840 // warning: quite a large value for stack (640 * WLED_MAX_USERMODS)
#endif