mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-11 09:43:08 +03:00
Rolling back changes that added support for libraries in the user's directory, as it wasn't properly implemented. svn merge -c -589
This commit is contained in:
@@ -2238,7 +2238,6 @@ public class Sketch {
|
||||
public boolean isReadOnly() {
|
||||
String apath = folder.getAbsolutePath();
|
||||
if (apath.startsWith(Sketchbook.examplesPath) ||
|
||||
apath.startsWith(Sketchbook.userLibrariesPath) ||
|
||||
apath.startsWith(Sketchbook.librariesPath)) {
|
||||
return true;
|
||||
|
||||
|
Reference in New Issue
Block a user