Skip to content

Commit af20a50

Browse files
Federico Fissorecmaglie
Federico Fissore
authored andcommitted
Disabling board auto detection on windows. (again....)
See #1573
1 parent 651f85b commit af20a50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

337+
/*
338+
Temporarly disabled due to https://github.com/arduino/Arduino/issues/1573
337339
@Override
338340
public String preListAllCandidateDevices() {
339341
ByteArrayOutputStream baos = new ByteArrayOutputStream();
@@ -349,4 +351,5 @@ public String preListAllCandidateDevices() {
349351
return super.preListAllCandidateDevices();
350352
}
351353
}
354+
*/
352355
}

0 commit comments

Comments
 (0)