Skip to content

Commit 43cc4ec

Browse files
committed
Increase oappend buffer on ESP8266
1 parent 9cc333b commit 43cc4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/const.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493

494494
// string temp buffer (now stored in stack locally)
495495
#ifdef ESP8266
496-
#define SETTINGS_STACK_BUF_SIZE 2048
496+
#define SETTINGS_STACK_BUF_SIZE 2560
497497
#else
498498
#define SETTINGS_STACK_BUF_SIZE 3840 // warning: quite a large value for stack (640 * WLED_MAX_USERMODS)
499499
#endif

0 commit comments

Comments
 (0)