mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(log): Fix bin log config available only for log version 2
This commit is contained in:
@ -21,6 +21,7 @@ menu "Settings"
|
|||||||
config BOOTLOADER_LOG_MODE_BINARY
|
config BOOTLOADER_LOG_MODE_BINARY
|
||||||
bool "Binary Log Mode"
|
bool "Binary Log Mode"
|
||||||
select BOOTLOADER_LOG_MODE_BINARY_EN
|
select BOOTLOADER_LOG_MODE_BINARY_EN
|
||||||
|
depends on BOOTLOADER_LOG_VERSION_2
|
||||||
help
|
help
|
||||||
Enables binary logging with host-side format string expansion. In this mode, the
|
Enables binary logging with host-side format string expansion. In this mode, the
|
||||||
format argument of ESP_LOGx, ESP_EARLY_LOG, and ESP_DRAM_LOG macros is stored in a
|
format argument of ESP_LOGx, ESP_EARLY_LOG, and ESP_DRAM_LOG macros is stored in a
|
||||||
|
@ -21,6 +21,7 @@ menu "Settings"
|
|||||||
config LOG_MODE_BINARY
|
config LOG_MODE_BINARY
|
||||||
bool "Binary Log Mode"
|
bool "Binary Log Mode"
|
||||||
select LOG_MODE_BINARY_EN
|
select LOG_MODE_BINARY_EN
|
||||||
|
depends on LOG_VERSION_2
|
||||||
help
|
help
|
||||||
Enables binary logging with host-side format string expansion. In this mode, the
|
Enables binary logging with host-side format string expansion. In this mode, the
|
||||||
format argument of ESP_LOGx, ESP_EARLY_LOG, and ESP_DRAM_LOG macros is stored in a
|
format argument of ESP_LOGx, ESP_EARLY_LOG, and ESP_DRAM_LOG macros is stored in a
|
||||||
|
Reference in New Issue
Block a user