From 42bcd5654596c3df7714599d8af65c59ff6726ff Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Sun, 6 Oct 2024 20:54:34 +0200 Subject: [PATCH] Revert "Decrease heapsize to make room for the new icon" This reverts commit 8f3b7b1f41b498e8f358225fa78694c6f9a85fd7. --- src/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h index 930ec764..67c33a34 100644 --- a/src/FreeRTOSConfig.h +++ b/src/FreeRTOSConfig.h @@ -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