mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_ota_anti_rollback_example_test' into 'master'
ci: fix ota anti rollback example test See merge request espressif/esp-idf!18709
This commit is contained in:
commit
006e53b06a
@ -6,8 +6,8 @@ CONFIG_PARTITION_TABLE_CUSTOM=y
|
|||||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="anti_rollback_partition.csv"
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="anti_rollback_partition.csv"
|
||||||
CONFIG_PARTITION_TABLE_FILENAME="anti_rollback_partition.csv"
|
CONFIG_PARTITION_TABLE_FILENAME="anti_rollback_partition.csv"
|
||||||
CONFIG_PARTITION_TABLE_OFFSET=0xd000
|
CONFIG_PARTITION_TABLE_OFFSET=0xd000
|
||||||
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
|
||||||
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
|
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
|
||||||
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|
||||||
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=y
|
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=y
|
||||||
CONFIG_BOOTLOADER_APP_SECURE_VERSION=1
|
CONFIG_BOOTLOADER_APP_SECURE_VERSION=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user