Skip to content

Commit 85114be

Browse files
committed
(re-)enable application rollback for bootloader
1 parent 42eba31 commit 85114be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
44
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
55
# Custom partition table
66
CONFIG_PARTITION_TABLE_CUSTOM=y
7+
# Enable rollback
8+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
79
# Logs
810
CONFIG_BOOT_ROM_LOG_ALWAYS_OFF=y
911
CONFIG_LOG_COLORS=y

0 commit comments

Comments
 (0)