We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4c6a5 commit d492470Copy full SHA for d492470
io.sloeber.core/src/io/sloeber/arduinoFramework/api/LibraryManager.java
@@ -87,6 +87,10 @@ public static String getPrivateLibraryPathsString() {
87
return InstancePreferences.getPrivateLibraryPathsString();
88
}
89
90
+ public static String[] getPrivateLibraryPaths() {
91
+ return InstancePreferences.getPrivateLibraryPaths();
92
+ }
93
+
94
public static void setPrivateLibraryPaths(String[] libraryPaths) {
95
InstancePreferences.setPrivateLibraryPaths(libraryPaths);
96
0 commit comments