1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Removing unused preferences. Fixing upload when not deleting applet/ directory. Treating examples in the sketchbook/libraries folder as read-only.

This commit is contained in:
David A. Mellis
2009-06-18 19:22:43 +00:00
parent bb9525ad24
commit 15cff82214
5 changed files with 15 additions and 56 deletions

View File

@ -1446,6 +1446,11 @@ public class Base {
static public File getSketchbookLibrariesFolder() {
return new File(getSketchbookFolder(), "libraries");
}
static public String getSketchbookLibrariesPath() {
return getSketchbookLibrariesFolder().getAbsolutePath();
}
protected File getDefaultSketchbookFolder() {