Files
esp-idf/examples/protocols/aws_iot/subscribe_publish/sdkconfig.defaults
T

10 lines
246 B
Plaintext
Raw Normal View History

2016-10-05 16:32:09 +11:00
# Enable AWS IoT SDK support
CONFIG_AWS_IOT_SDK=y
# 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