Skip to content

Commit 2a71073

Browse files
committed
Re-enabled serial port detection on Windows
Fixes arduino#1573
1 parent d07eb88 commit 2a71073

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/src/processing/app/windows/Platform.java

-3
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,6 @@ public String resolveDeviceAttachedTo(String serial, Map<String, TargetPackage>
334334
}
335335
}
336336

337-
/*
338-
Temporarly disabled due to https://github.com/arduino/Arduino/issues/1573
339337
@Override
340338
public String preListAllCandidateDevices() {
341339
ByteArrayOutputStream baos = new ByteArrayOutputStream();
@@ -351,5 +349,4 @@ public String preListAllCandidateDevices() {
351349
return super.preListAllCandidateDevices();
352350
}
353351
}
354-
*/
355352
}

build/windows/listComPorts.exe

100644100755
1.91 KB
Binary file not shown.

0 commit comments

Comments
 (0)