mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
Moving hardware/targets to hardware/cores.
This commit is contained in:
@ -49,7 +49,7 @@ public class LibraryManager {
|
||||
"libraries");
|
||||
target = new Target(
|
||||
System.getProperty("user.dir") + File.separator + "hardware" +
|
||||
File.separator + "targets", Preferences.get("build.target"));
|
||||
File.separator + "cores", Preferences.get("build.target"));
|
||||
refreshLibraries();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user