mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5a6dbaa487
This feature enables using encrypted binaries for OTA updates Closes https://github.com/espressif/esp-idf/issues/6172
7 lines
237 B
Plaintext
7 lines
237 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=y
|
|
# Enable ESP HTTPS OTA decryption callback
|
|
CONFIG_ESP_HTTPS_OTA_DECRYPT_CB=y
|