how much heap can one smartwatch need, michael, 40kb?
This commit is contained in:
parent
9520b2ec9b
commit
c20db14c43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user