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

@@ -56,7 +56,9 @@ CONFIG_SPIRAM_SPEED_80M=y
# 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
# CONFIG_MONITORING_LED_CURRENT is not set