mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Revert "Disabling board auto detection on windows. Argh..."
This reverts commit 5a086c976b
.
This commit is contained in:
@ -334,8 +334,6 @@ public class Platform extends processing.app.Platform {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
Temporarly disabled due to https://github.com/arduino/Arduino/issues/1573
|
|
||||||
@Override
|
@Override
|
||||||
public String preListAllCandidateDevices() {
|
public String preListAllCandidateDevices() {
|
||||||
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
||||||
@ -351,5 +349,4 @@ public class Platform extends processing.app.Platform {
|
|||||||
return super.preListAllCandidateDevices();
|
return super.preListAllCandidateDevices();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user