NeoPixels stack was too large (typo?)
This commit is contained in:
parent
2b77c01125
commit
815f2ae3a5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
#include <driver/rmt_tx.h>
|
#include <driver/rmt_tx.h>
|
||||||
#include "HW_NeoPixels.h"
|
#include "HW_NeoPixels.h"
|
||||||
|
|
||||||
#define NEOPIXELS_STACK_SIZE (100 * 1024)
|
#define NEOPIXELS_STACK_SIZE (10 * 1024)
|
||||||
#define NEOPIXELS_TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
#define NEOPIXELS_TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
||||||
static StaticTask_t xTaskBuffer;
|
static StaticTask_t xTaskBuffer;
|
||||||
StackType_t *xStack;
|
StackType_t *xStack;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue