Added a new console command: "system" #14
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include <driver/rmt_tx.h>
|
||||
#include "HW_NeoPixels.h"
|
||||
|
||||
#define NEOPIXELS_STACK_SIZE (100 * 1024)
|
||||
#define NEOPIXELS_STACK_SIZE (10 * 1024)
|
||||
|
|
||||
#define NEOPIXELS_TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
||||
static StaticTask_t xTaskBuffer;
|
||||
StackType_t *xStack;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue
system tasksrevealed that this stack was way too big.(This was probably a typo.)