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 6937838 commit 7045778Copy full SHA for 7045778
io.sloeber.core/src/io/sloeber/core/internal/Example.java
@@ -45,7 +45,7 @@ private void calculateFQN() {
45
}
46
} else {
47
for (IArduinoLibraryVersion myLib : myLibs.values()) {
48
- myFQN = myLib.getFQN().append(getName());
+ myFQN = myLib.getFQN().append( myExampleLocation.makeRelativeTo(myLib.getExamplePath()));
49
50
51
0 commit comments