Skip to content

Commit f9568df

Browse files
author
Federico Fissore
committed
Revert "Disabling board auto detection on windows. Argh..."
This reverts commit 5a086c9.
1 parent 9166e44 commit f9568df

File tree

1 file changed

+0
-3
lines changed

1 file 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
}

0 commit comments

Comments
 (0)