mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG=y
|
|
CONFIG_BOOTLOADER_LOG_LEVEL=4
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
# Bootloader overlapped with partition table after we enabled LOGD for bootloader. Move the partition table a bit to fix the issue on CI.
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|