rusEFI console to compare current bundle against auto-DFU bundle #3266

smaller step forward
This commit is contained in:
rusefillc 2021-09-25 23:45:52 -04:00
parent cbe5d93119
commit 38f95f748a
1 changed files with 1 additions and 5 deletions

View File

@ -30,11 +30,7 @@ public class SerialAutoChecker implements Runnable {
this.callback = callback;
}
public SerialAutoChecker(String serialPort, CountDownLatch portFound, AtomicReference<AutoDetectResult> result) {
this(serialPort, portFound, result, null);
}
@Override
@Override
public void run() {
IoStream stream = SerialIoStreamJSerialComm.openPort(serialPort);
IncomingDataBuffer incomingData = stream.getDataBuffer();