Skip to content

Commit

Permalink
Increase oappend buffer on ESP8266
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Sep 5, 2024
1 parent 9cc333b commit 43cc4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43cc4ec

Please sign in to comment.