how much heap can one smartwatch need, michael, 40kb?

This commit is contained in:
Ryan Rix 2024-06-09 20:48:06 -07:00
parent 9520b2ec9b
commit c20db14c43

View File

@ -62,7 +62,8 @@
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES (3)
#define configMINIMAL_STACK_SIZE (120)
#define configTOTAL_HEAP_SIZE (1024 * 40)
// how much heap can one smartwatch need, michael, 40kb?
#define configTOTAL_HEAP_SIZE (1024 * 39)
#define configMAX_TASK_NAME_LEN (4)
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1