mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 21:55:07 +00:00

1. Added support for cert bundle in advanced OTA 2. This allows to easily test example with different public servers
10 lines
366 B
Plaintext
10 lines
366 B
Plaintext
# Default sdkconfig parameters to use the OTA
|
|
# partition table layout, with a 4MB flash size
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_PARTITION_TABLE_TWO_OTA_LARGE=y
|
|
|
|
# Certificate bundle configuration
|
|
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN=y
|
|
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
|
|
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="server_certs/ca_cert.pem"
|