mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
Now have uploading working with the Boards menu. Improved serial port error messages.
This commit is contained in:
@@ -49,7 +49,8 @@ public class LibraryManager {
|
||||
"libraries");
|
||||
target = new Target(
|
||||
System.getProperty("user.dir") + File.separator + "hardware" +
|
||||
File.separator + "cores", Preferences.get("build.target"));
|
||||
File.separator + "cores",
|
||||
Preferences.get("boards." + Preferences.get("board") + ".build.core"));
|
||||
refreshLibraries();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user