mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Updating code for the new folder organization. This version should be able to compile and upload sketches, including libraries, but burning bootloaders won't work.
This commit is contained in:
@ -87,7 +87,7 @@ public class Sketchbook {
|
||||
examplesPath = examplesFolder.getAbsolutePath();
|
||||
|
||||
librariesFolder = new File(System.getProperty("user.dir"),
|
||||
"lib" + File.separator + "targets" + File.separator + "libraries");
|
||||
"hardware" + File.separator + "libraries");
|
||||
librariesPath = librariesFolder.getAbsolutePath();
|
||||
|
||||
String sketchbookPath = Preferences.get("sketchbook.path");
|
||||
|
Reference in New Issue
Block a user