Disabling board auto detection on windows. (again....)

See #1573
This commit is contained in:
Federico Fissore 2013-09-11 14:39:14 +02:00 committed by Cristian Maglie
parent 651f85b021
commit af20a50b31
1 changed files with 3 additions and 0 deletions

View File

@ -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();
}
}
*/
}