mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04: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
|