mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 14:57:18 +00:00
Increase oappend buffer on ESP8266
This commit is contained in:
parent
9cc333b2bd
commit
43cc4ec009
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user