Skip to content

Commit ae059cf

Browse files
committed
running gag
SETTINGS_STACK_BUF_SIZE was too small (again).
1 parent b1fa62c commit ae059cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: wled00/const.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
#if !defined(USERMOD_AUDIOREACTIVE)
405405
#define SETTINGS_STACK_BUF_SIZE 3834 // WLEDMM added 696+32 bytes of margin (was 3096)
406406
#else
407-
#define SETTINGS_STACK_BUF_SIZE 3904 // WLEDMM more buffer for audioreactive UI (add '-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=9216' to your build_flags)
407+
#define SETTINGS_STACK_BUF_SIZE 4000 // WLEDMM more buffer for audioreactive UI (add '-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=9216' to your build_flags)
408408
#endif
409409
#endif
410410

0 commit comments

Comments
 (0)