auto-sync
This commit is contained in:
parent
0941eedeaa
commit
c55760685f
|
@ -191,6 +191,7 @@ static THD_FUNCTION(consoleThreadThreadEntryPoint, arg) {
|
|||
|
||||
if (boardConfiguration->startConsoleInBinaryMode) {
|
||||
// switch to binary protocol
|
||||
consoleInBinaryMode = true;
|
||||
runBinaryProtocolLoop(&binaryConsole, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue