Revert "Decrease heapsize to make room for the new icon"

This reverts commit 8f3b7b1f41.
This commit is contained in:
Reinhold Gschweicher 2024-10-06 20:54:34 +02:00
parent 2a8e953cb6
commit 42bcd56545

View file

@ -62,7 +62,7 @@
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES (3)
#define configMINIMAL_STACK_SIZE (120)
#define configTOTAL_HEAP_SIZE (1024 * 35)
#define configTOTAL_HEAP_SIZE (1024 * 40)
#define configMAX_TASK_NAME_LEN (4)
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1