Added a new console command: "system" #14

Merged
Joe merged 5 commits from console_command_system into main 2026-01-17 16:33:41 +00:00
Showing only changes of commit 815f2ae3a5 - Show all commits

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)

system tasks revealed that this stack was way too big.

(This was probably a typo.)

`system tasks` revealed that this stack was *way* too big. (This was probably a typo.)
#define NEOPIXELS_TASK_PRIORITY (tskIDLE_PRIORITY + 1)
static StaticTask_t xTaskBuffer;
StackType_t *xStack;