fix uart pinout on esp32s boards

This commit is contained in:
Lorow
2025-12-07 17:43:56 +01:00
parent 9ac95a2a76
commit 8a28cfa628
4 changed files with 14 additions and 9 deletions

View File

@@ -448,8 +448,8 @@ CONFIG_WIFI_AP_PASSWORD="12345678"
# OpenIris: Serial Communication Settings
#
CONFIG_UART_PORT_NUMBER=0
CONFIG_UART_RX_PIN=-1
CONFIG_UART_TX_PIN=-1
CONFIG_UART_RX_PIN=3
CONFIG_UART_TX_PIN=1
# end of OpenIris: Serial Communication Settings
#