mirror of https://github.com/noisymime/Arduino.git
Whoops, local packages were loaded at all. Fixed
This commit is contained in:
parent
b82aebd99a
commit
3872f5d315
|
@ -702,6 +702,7 @@ public class BaseNoGui {
|
|||
targetPackage = packages.get(target);
|
||||
} else {
|
||||
targetPackage = new LegacyTargetPackage(target);
|
||||
packages.put(target, targetPackage);
|
||||
}
|
||||
try {
|
||||
loadTargetPackage(targetPackage, subfolder);
|
||||
|
|
Loading…
Reference in New Issue