mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
fix uart pinout on esp32s boards
This commit is contained in:
@@ -56,7 +56,9 @@ CONFIG_SPIRAM_SPEED_80M=y
|
|||||||
# OpenIris: Serial Communication Settings
|
# OpenIris: Serial Communication Settings
|
||||||
#
|
#
|
||||||
CONFIG_UART_PORT_NUMBER=0
|
CONFIG_UART_PORT_NUMBER=0
|
||||||
CONFIG_UART_RX_PIN=-1
|
CONFIG_UART_RX_PIN=3
|
||||||
CONFIG_UART_TX_PIN=-1
|
CONFIG_UART_TX_PIN=1
|
||||||
|
|
||||||
# end of OpenIris: Serial Communication Settings
|
# end of OpenIris: Serial Communication Settings
|
||||||
|
|
||||||
|
# CONFIG_MONITORING_LED_CURRENT is not set
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
CONFIG_IDF_TARGET="esp32"
|
CONFIG_IDF_TARGET="esp32"
|
||||||
# CONFIG_IDF_TARGET_ESP32S3 is not set
|
# CONFIG_IDF_TARGET_ESP32S3 is not set
|
||||||
# CONFIG_WIRED_MODE is not set
|
# CONFIG_WIRED_MODE is not set
|
||||||
CONFIG_LED_DEBUG_GPIO=33 # todo check this pin
|
CONFIG_LED_DEBUG_GPIO=33 # THIS IS NOT IT
|
||||||
# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240 is not set
|
# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240 is not set
|
||||||
# CONFIG_ESP32S3_SPIRAM_SUPPORT is not set
|
# CONFIG_ESP32S3_SPIRAM_SUPPORT is not set
|
||||||
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
||||||
@@ -56,7 +56,8 @@ CONFIG_SPIRAM_SPEED_80M=y
|
|||||||
# OpenIris: Serial Communication Settings
|
# OpenIris: Serial Communication Settings
|
||||||
#
|
#
|
||||||
CONFIG_UART_PORT_NUMBER=0
|
CONFIG_UART_PORT_NUMBER=0
|
||||||
CONFIG_UART_RX_PIN=-1
|
CONFIG_UART_RX_PIN=3
|
||||||
CONFIG_UART_TX_PIN=-1
|
CONFIG_UART_TX_PIN=1
|
||||||
|
|
||||||
# end of OpenIris: Serial Communication Settings
|
# end of OpenIris: Serial Communication Settings
|
||||||
|
# CONFIG_MONITORING_LED_CURRENT is not set
|
||||||
@@ -56,7 +56,9 @@ CONFIG_SPIRAM_SPEED_80M=y
|
|||||||
# OpenIris: Serial Communication Settings
|
# OpenIris: Serial Communication Settings
|
||||||
#
|
#
|
||||||
CONFIG_UART_PORT_NUMBER=0
|
CONFIG_UART_PORT_NUMBER=0
|
||||||
CONFIG_UART_RX_PIN=-1
|
CONFIG_UART_RX_PIN=3
|
||||||
CONFIG_UART_TX_PIN=-1
|
CONFIG_UART_TX_PIN=1
|
||||||
|
|
||||||
# end of OpenIris: Serial Communication Settings
|
# end of OpenIris: Serial Communication Settings
|
||||||
|
|
||||||
|
# CONFIG_MONITORING_LED_CURRENT is not set
|
||||||
@@ -448,8 +448,8 @@ CONFIG_WIFI_AP_PASSWORD="12345678"
|
|||||||
# OpenIris: Serial Communication Settings
|
# OpenIris: Serial Communication Settings
|
||||||
#
|
#
|
||||||
CONFIG_UART_PORT_NUMBER=0
|
CONFIG_UART_PORT_NUMBER=0
|
||||||
CONFIG_UART_RX_PIN=-1
|
CONFIG_UART_RX_PIN=3
|
||||||
CONFIG_UART_TX_PIN=-1
|
CONFIG_UART_TX_PIN=1
|
||||||
# end of OpenIris: Serial Communication Settings
|
# end of OpenIris: Serial Communication Settings
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user