Enable BOOTLOADER_APP_ROLLBACK (#73)
Fixes espressif/arduino-esp32#6936
This commit is contained in:
parent
29387059e8
commit
19c69116d8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue