Skip to content

Commit f4f7e29

Browse files
committed
Examples and examples are now added (note the capiltal E)
1 parent 33fd3b2 commit f4f7e29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

it.baeyens.arduino.core/src/it/baeyens/arduino/ui/ArduinoSampleSelector.java

+4
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ private void addLibExamples(IPath iPath, String pathVarName) {
136136
if (LibFolder.toFile().isDirectory()) {
137137
addExamples(libItem, LibFolder);
138138
}
139+
LibFolder = iPath.append(children[i]).append("Examples");
140+
if (LibFolder.toFile().isDirectory()) {
141+
addExamples(libItem, LibFolder);
142+
}
139143
}
140144
}
141145
}

0 commit comments

Comments
 (0)