Restore original mbedtls heap size

This commit is contained in:
Tobias Schramm 2021-02-09 15:44:35 +01:00 committed by Patrick Rathje
parent 83fb65cd44
commit d69652f008
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ CONFIG_MBEDTLS=y
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf"
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=4096
CONFIG_MBEDTLS_HEAP_SIZE=16384
#CONFIG_BT_HCI_TX_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048