Pavel Xenon says UART is not happy #5105

at least less confusing default?
This commit is contained in:
rusefi 2023-02-19 14:53:14 -05:00
parent a28ddec4cc
commit a37f3d2078
1 changed files with 3 additions and 0 deletions

View File

@ -280,8 +280,11 @@ void setDefaultBasePins() {
// set UART pads configuration based on the board
// needed also by bootloader code
#ifdef TS_SECONDARY_UxART_PORT
engineConfiguration->binarySerialTxPin = Gpio::C10;
engineConfiguration->binarySerialRxPin = Gpio::C11;
#endif // TS_SECONDARY_UxART_PORT
engineConfiguration->tunerStudioSerialSpeed = TS_DEFAULT_SPEED;
engineConfiguration->uartConsoleSerialSpeed = 115200;
}