feat(esp8266): Add configuration for UART swap I/O pins

This commit is contained in:
Dong Heng
2018-09-07 13:59:35 +08:00
parent ea049753cd
commit f2025abb7b
2 changed files with 16 additions and 0 deletions

View File

@@ -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