diff --git a/app/src/processing/app/windows/Platform.java b/app/src/processing/app/windows/Platform.java index 4c1cd93ce..e340da417 100644 --- a/app/src/processing/app/windows/Platform.java +++ b/app/src/processing/app/windows/Platform.java @@ -334,8 +334,6 @@ public class Platform extends processing.app.Platform { } } - /* - Temporarly disabled due to https://github.com/arduino/Arduino/issues/1573 @Override public String preListAllCandidateDevices() { ByteArrayOutputStream baos = new ByteArrayOutputStream(); @@ -351,5 +349,4 @@ public class Platform extends processing.app.Platform { return super.preListAllCandidateDevices(); } } - */ } diff --git a/build/windows/listComPorts.exe b/build/windows/listComPorts.exe old mode 100644 new mode 100755 index d7cebdd50..c8be35934 Binary files a/build/windows/listComPorts.exe and b/build/windows/listComPorts.exe differ