NeoPixels stack was too large (typo?)

This commit is contained in:
Joe Kearney 2026-01-16 22:31:09 -06:00
parent 2b77c01125
commit 815f2ae3a5

View file

@ -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;