rusEfi console: try another serial connector #819

dead code?
This commit is contained in:
rusefi 2019-06-03 22:22:55 -04:00
parent 2182f051cb
commit 92b85789bf
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class BinaryProtocol implements BinaryProtocolCommands {
* @return true if everything fine
*/
public boolean connectAndReadConfiguration(DataListener listener) {
switchToBinaryProtocol();
// switchToBinaryProtocol();
readImage(Fields.TOTAL_CONFIG_SIZE);
if (isClosed)
return false;