auto-sync
This commit is contained in:
parent
6c07cb15a0
commit
3aa0202d5a
|
@ -191,6 +191,7 @@ static THD_FUNCTION(consoleThreadThreadEntryPoint, arg) {
|
|||
|
||||
if (boardConfiguration->startConsoleInBinaryMode) {
|
||||
// switch to binary protocol
|
||||
consoleInBinaryMode = true;
|
||||
runBinaryProtocolLoop(&binaryConsole, true);
|
||||
}
|
||||
|
||||
|
|
|
@ -1593,6 +1593,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
field = "startConsoleInBinaryMode", startConsoleInBinaryMode
|
||||
field = "tunerStudioSerialSpeed", tunerStudioSerialSpeed
|
||||
field = "Use PC10/PC11 serial?", useSerialPort
|
||||
field = "startConsoleInBinaryMode", startConsoleInBinaryMode
|
||||
|
||||
dialog = canBus, "CAN Bus"
|
||||
field = "Can Read Enabled", canReadEnabled
|
||||
|
|
Loading…
Reference in New Issue