Re-enabled serial port detection on Windows

Fixes #1573
This commit is contained in:
Cristian Maglie 2014-07-02 13:20:16 +02:00
parent d07eb8866a
commit 2a71073c32
2 changed files with 0 additions and 3 deletions

View File

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

BIN
build/windows/listComPorts.exe Normal file → Executable file

Binary file not shown.