From 248e78a8590afb3296e83f050e2db05365ab9cd5 Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sun, 3 Jul 2022 14:48:57 +0100 Subject: [PATCH] Enable BOOTLOADER_APP_ROLLBACK Fixes espressif/arduino-esp32#6936 --- configs/defconfig.common | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/defconfig.common b/configs/defconfig.common index 039df2191..910ca8d4c 100644 --- a/configs/defconfig.common +++ b/configs/defconfig.common @@ -2,6 +2,7 @@ CONFIG_AUTOSTART_ARDUINO=y # CONFIG_WS2812_LED_ENABLE is not set CONFIG_ARDUHAL_ESP_LOG=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y +CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y CONFIG_BT_ENABLED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y