esp32s2: Fix UART1 default pins

The default pins to UART1 should be 17 (TXD) and 18 (RXD).
This commit is contained in:
Alan Carvalho de Assis 2023-06-30 10:23:24 -03:00 committed by Xiang Xiao
parent 8bbe7a8825
commit 245db6742c

View file

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