mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
|
# 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_CODEPAGE_437=y
|
||
|
CONFIG_FATFS_LFN_HEAP=y
|