This commit is contained in:
rusefillc 2022-03-27 18:18:55 -04:00
parent fe1f1e8632
commit 75de3f4c71
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class SerialAutoChecker {
}
}
@NotNull
@Nullable
private IoStream getStreamByMode(PortDetector.DetectorMode mode) {
if (mode == PortDetector.DetectorMode.DETECT_ELM327) {
return SerialIoStream.openPort(serialPort);