mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
aws_iot: optimize dynamic memory by tweaking tls out buf content length
This commit is contained in:
@@ -7,3 +7,6 @@ CONFIG_AWS_IOT_SDK=y
|
||||
CONFIG_FATFS_READONLY=y
|
||||
CONFIG_FATFS_CODEPAGE_437=y
|
||||
CONFIG_FATFS_LFN_HEAP=y
|
||||
|
||||
# Enable TLS asymmetric in/out content length
|
||||
CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y
|
||||
|
@@ -6,3 +6,6 @@ CONFIG_AWS_IOT_SDK=y
|
||||
# (if enabled in config)
|
||||
CONFIG_FATFS_CODEPAGE_437=y
|
||||
CONFIG_FATFS_LFN_HEAP=y
|
||||
|
||||
# Enable TLS asymmetric in/out content length
|
||||
CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y
|
||||
|
Reference in New Issue
Block a user