sdkconfig.defaults 222 B

12345678
  1. # Enable AWS IoT SDK support
  2. CONFIG_AWS_IOT_SDK=y
  3. # Enable FATFS read only with long filename support
  4. # for loading Cert/CA/etc from filesystem
  5. # (if enabled in config)
  6. CONFIG_FATFS_CODEPAGE_437=y
  7. CONFIG_FATFS_LFN_HEAP=y