mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
Merge branch 'feature/add_configurate_console_uart_swap_io' into 'master'
Add configuration for UART swap I/O pins See merge request sdk/ESP8266_RTOS_SDK!466
This commit is contained in:
@ -57,6 +57,12 @@ config CONSOLE_UART_BAUDRATE
|
||||
default 74880
|
||||
range 1200 4000000
|
||||
|
||||
config CONSOLE_UART_SWAP_IO
|
||||
bool "Swap UART0 I/O pins"
|
||||
default n
|
||||
help
|
||||
Enable this option, UART0's I/O pins are swaped: TXD <-> RTS, RTX <-> CTS.
|
||||
|
||||
endmenu
|
||||
|
||||
menu WIFI
|
||||
|
Reference in New Issue
Block a user