micropython/ports/esp32/boards/GENERIC_OTA/sdkconfig.board

7 lines
176 B
Plaintext
Raw Normal View History

CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-ota.csv"
# ESP-IDF v3:
CONFIG_APP_ROLLBACK_ENABLE=y