mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
|
#
|
||
|
# Enable Rollback and Anti rollback
|
||
|
#
|
||
|
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|
||
|
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=y
|
||
|
|
||
|
#
|
||
|
# Update partition table file
|
||
|
#
|
||
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="anti_rollback_partition.csv"
|
||
|
CONFIG_PARTITION_TABLE_FILENAME="anti_rollback_partition.csv"
|