mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Renamed platforms.txt to platform.txt
This commit is contained in:
@ -56,7 +56,7 @@ public class TargetPlatform {
|
||||
}
|
||||
|
||||
try {
|
||||
File platformsFile = new File(_folder, "platforms.txt");
|
||||
File platformsFile = new File(_folder, "platform.txt");
|
||||
if (platformsFile.exists())
|
||||
preferences.load(platformsFile);
|
||||
} catch (Exception e) {
|
||||
|
Reference in New Issue
Block a user