diff --git a/app/src/processing/app/windows/Platform.java b/app/src/processing/app/windows/Platform.java index e340da417..4c1cd93ce 100644 --- a/app/src/processing/app/windows/Platform.java +++ b/app/src/processing/app/windows/Platform.java @@ -334,6 +334,8 @@ 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(); @@ -349,4 +351,5 @@ public class Platform extends processing.app.Platform { return super.preListAllCandidateDevices(); } } + */ }