Fix serial config for T-Deck (#213)

Port 0 clashed with the serial monitor and affected performance.
This commit is contained in:
Ken Van Hoeylandt
2025-02-09 00:00:14 +01:00
committed by GitHub
parent c5fc8790bb
commit fd1e31dec4
+1 -1
View File
@@ -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,