mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 10:38:01 +08:00
fix(esp8266): Fix selecting Custom UART can't set UART baudrate
This commit is contained in:
@ -120,7 +120,7 @@ config CONSOLE_UART_NUM
|
|||||||
|
|
||||||
config CONSOLE_UART_BAUDRATE
|
config CONSOLE_UART_BAUDRATE
|
||||||
int "UART console baud rate"
|
int "UART console baud rate"
|
||||||
depends on CONSOLE_UART_DEFAULT || CONSOLE_UART_NONE
|
depends on CONSOLE_UART_DEFAULT || CONSOLE_UART_CUSTOM
|
||||||
default 74880
|
default 74880
|
||||||
range 1200 4000000
|
range 1200 4000000
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user