This commit is contained in:
rusefillc 2022-03-27 18:18:55 -04:00
parent 2dc94a4ed1
commit b3968e0106
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);