mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00

This commit enabled configurable OTA resumption feature in advanced ota example. This resumes downloading OTA image from where it left off in case of an error or reboot. Closes https://github.com/espressif/esp-idf/issues/13127
5 lines
166 B
Plaintext
5 lines
166 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
|