esp32s2: Fix UART1 default pins
The default pins to UART1 should be 17 (TXD) and 18 (RXD).
This commit is contained in:
parent
8bbe7a8825
commit
245db6742c
1 changed files with 2 additions and 2 deletions
|
|
@ -602,12 +602,12 @@ if ESP32S2_UART1
|
|||
|
||||
config ESP32S2_UART1_TXPIN
|
||||
int "UART1 Tx Pin"
|
||||
default 37
|
||||
default 17
|
||||
range 0 46
|
||||
|
||||
config ESP32S2_UART1_RXPIN
|
||||
int "UART1 Rx Pin"
|
||||
default 38
|
||||
default 18
|
||||
range 0 46
|
||||
|
||||
config ESP32S2_UART1_RTSPIN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue