Fix serial config for T-Deck (#213)
Port 0 clashed with the serial monitor and affected performance.
This commit is contained in:
parent
c5fc8790bb
commit
fd1e31dec4
@ -83,7 +83,7 @@ extern const tt::hal::Configuration lilygo_tdeck = {
|
||||
},
|
||||
.uart {
|
||||
tt::hal::uart::Configuration {
|
||||
.port = UART_NUM_0,
|
||||
.port = UART_NUM_1,
|
||||
.initMode = tt::hal::uart::InitMode::ByTactility,
|
||||
.canReinit = false,
|
||||
.hasMutableConfiguration = false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user