8000
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 4b42e72 commit ef9a274Copy full SHA for ef9a274
esp32/main.c
@@ -50,7 +50,7 @@
50
#define MP_TASK_PRIORITY (ESP_TASK_PRIO_MIN + 1)
51
#define MP_TASK_STACK_SIZE (16 * 1024)
52
#define MP_TASK_STACK_LEN (MP_TASK_STACK_SIZE / sizeof(StackType_t))
53
-#define MP_TASK_HEAP_SIZE (64 * 1024)
+#define MP_TASK_HEAP_SIZE (96 * 1024)
54
55
//STATIC StaticTask_t mp_task_tcb;
56
//STATIC StackType_t mp_task_stack[MP_TASK_STACK_LEN] __attribute__((aligned (8)));
0 commit comments