diff --git a/components/bootloader_support/src/bootloader_init.c b/components/bootloader_support/src/bootloader_init.c index 2ca04d11f..f5c11c8f9 100644 --- a/components/bootloader_support/src/bootloader_init.c +++ b/components/bootloader_support/src/bootloader_init.c @@ -568,8 +568,10 @@ void __assert_func(const char *file, int line, const char *func, const char *exp # endif #endif -#ifndef ESP8266_MODIFY_UART_BAUDRATE -# define ESP8266_MODIFY_UART_BAUDRATE 1 +#ifndef CONFIG_CONSOLE_UART_NONE +# ifndef ESP8266_MODIFY_UART_BAUDRATE +# define ESP8266_MODIFY_UART_BAUDRATE 1 +# endif #endif extern int _bss_start;