Files
platform-espressif32/examples/espidf-aws-iot/sdkconfig.defaults
T
2020-03-05 11:18:07 +02:00

10 lines
282 B
Plaintext

# Enable FATFS read only with long filename support
# for loading Cert/CA/etc from filesystem
# (if enabled in config)
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