Skip to content

Commit e636455

Browse files
author
jan
committed
ESP32 library examples now show #1685
1 parent 20c5445 commit e636455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/io/sloeber/arduinoFramework/api/LibraryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public static TreeMap<String, IExample> getExamplesLibrary(BoardDescription boar
265265

266266
Map<String, IArduinoLibraryVersion> installedLibs = getLibrariesAll(boardDescriptor);
267267
for (IArduinoLibraryVersion curLib : installedLibs.values()) {
268-
examples.putAll(getExamplesFromFolder(curLib, curLib.getExamplePath().toFile(), 2));
268+
examples.putAll(getExamplesFromFolder(curLib, curLib.getExamplePath().toFile(), 3));
269269
}
270270

271271
return examples;

0 commit comments

Comments
 (0)