mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Also SerialDiscovery was affected by bug found at 40535dfc55
. Fixes #2892
This commit is contained in:
@ -191,6 +191,7 @@ public class Platform extends processing.app.Platform {
|
||||
|
||||
@Override
|
||||
public Map<String, Object> resolveDeviceAttachedTo(String serial, Map<String, TargetPackage> packages, String devicesListOutput) {
|
||||
assert packages != null;
|
||||
if (devicesListOutput == null) {
|
||||
return super.resolveDeviceAttachedTo(serial, packages, devicesListOutput);
|
||||
}
|
||||
|
Reference in New Issue
Block a user