Pavel Xenon says UART is not happy #5105
at least less confusing default?
This commit is contained in:
parent
a28ddec4cc
commit
a37f3d2078
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue