mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-27 10:03:45 +02:00
Further fixes and adjustments for getting UART working on esp32 boards
This commit is contained in:
@@ -108,13 +108,25 @@ menu "OpenIris: WiFi Configuration"
|
||||
endmenu
|
||||
|
||||
menu "OpenIris: Serial Communication Settings"
|
||||
config UART_PORT_NUMER
|
||||
config UART_PORT_NUMBER
|
||||
int "UART Port number"
|
||||
default 1
|
||||
range 1 4
|
||||
default 0
|
||||
range 0 4
|
||||
help
|
||||
The UART port to use for communication
|
||||
|
||||
config UART_RX_PIN
|
||||
int "UART RX PIN number"
|
||||
default -1
|
||||
help
|
||||
The UART RX pin to use for communication. If set to -1 we won't override it. It will be treated as NO_CHANGE
|
||||
|
||||
config UART_TX_PIN
|
||||
int "UART TX PIN number"
|
||||
default -1
|
||||
help
|
||||
The UART TX pin to use for communication. If set to -1 we won't override it. It will be treated as NO_CHANGE
|
||||
|
||||
endmenu
|
||||
|
||||
menu "OpenIris: LED Configuration"
|
||||
|
||||
Reference in New Issue
Block a user