rusEFI console to compare current bundle against auto-DFU bundle #3266
smaller step forward
This commit is contained in:
parent
cbe5d93119
commit
38f95f748a
|
@ -30,10 +30,6 @@ public class SerialAutoChecker implements Runnable {
|
|||
this.callback = callback;
|
||||
}
|
||||
|
||||
public SerialAutoChecker(String serialPort, CountDownLatch portFound, AtomicReference<AutoDetectResult> result) {
|
||||
this(serialPort, portFound, result, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
IoStream stream = SerialIoStreamJSerialComm.openPort(serialPort);
|
||||
|
|
Loading…
Reference in New Issue