mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-12 16:21:17 +08:00
feat(esp8266): Add configuration for UART baudrate
This commit is contained in:
@@ -35,8 +35,6 @@ config SOC_FULL_ICACHE
|
||||
Enable this option, full 32 KB iram instead of 16 KB iram will be used as icache, so the heap use can use
|
||||
may reduce a lot.
|
||||
|
||||
endmenu
|
||||
|
||||
choice CONSOLE_UART_NUM
|
||||
prompt "UART peripheral to use for console output (0-1)"
|
||||
default CONSOLE_UART_CUSTOM_NUM_0
|
||||
@@ -54,6 +52,13 @@ config CONSOLE_UART_NUM
|
||||
default 0 if CONSOLE_UART_CUSTOM_NUM_0
|
||||
default 1 if CONSOLE_UART_CUSTOM_NUM_1
|
||||
|
||||
config CONSOLE_UART_BAUDRATE
|
||||
int "UART console baud rate"
|
||||
default 74880
|
||||
range 1200 4000000
|
||||
|
||||
endmenu
|
||||
|
||||
menu WIFI
|
||||
|
||||
config SCAN_AP_MAX
|
||||
|
||||
Reference in New Issue
Block a user