mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
ide 1.5.x settings moved to ".arduino15" folder
This commit is contained in:
@ -76,7 +76,7 @@ public class Platform {
|
|||||||
public File getSettingsFolder() throws Exception {
|
public File getSettingsFolder() throws Exception {
|
||||||
// otherwise make a .processing directory int the user's home dir
|
// otherwise make a .processing directory int the user's home dir
|
||||||
File home = new File(System.getProperty("user.home"));
|
File home = new File(System.getProperty("user.home"));
|
||||||
File dataFolder = new File(home, ".arduino");
|
File dataFolder = new File(home, ".arduino15");
|
||||||
return dataFolder;
|
return dataFolder;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user