Add dual OTA partitions (ota_0/ota_1 × 1.75 MB each) and otadata to both esp32s3/balance/ and esp32s3/io/ on 4 MB flash layouts. Enable CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE and OTA HTTP on Balance. Create esp32s3/io/ project scaffold with config.h pin assignments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
CONFIG_IDF_TARGET="esp32s3"
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_ESP_TASK_WDT_EN=y
|
|
CONFIG_ESP_TASK_WDT_TIMEOUT_S=5
|
|
CONFIG_UART_ISR_IN_IRAM=y
|
|
CONFIG_ESP_CONSOLE_UART_DEFAULT=y
|
|
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
|
|
|
|
# OTA — bd-3gwo: dual OTA partitions + rollback
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|