We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cabfe commit 337dbc0Copy full SHA for 337dbc0
esp32/main.c
@@ -62,7 +62,7 @@
62
#define MP_TASK_PRIORITY (ESP_TASK_PRIO_MIN + 1)
63
#define MP_TASK_STACK_SIZE ( 8 * 1024)
64
#define MP_TASK_STACK_LEN (MP_TASK_STACK_SIZE / sizeof(StackType_t))
65
-#define MP_TASK_HEAP_SIZE (64 * 1024)
+#define MP_TASK_HEAP_SIZE (80 * 1024)
66
67
STATIC StaticTask_t mp_task_tcb;
68
STATIC StackType_t mp_task_stack[MP_TASK_STACK_LEN] __attribute__((aligned (8)));
0 commit comments