Skip to content

Commit 181b5b2

Browse files
author
jantje
committed
#522 the filter also excluded fies but it should only exclude folders
1 parent cd1923e commit 181b5b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

it.baeyens.arduino.core/src/jUnit/CreateAndCompile.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ public static void installAdditionalBoards() {
257257
curPlatform.install(monitor);
258258
}
259259
}
260+
// add Teensy. For this to work Teensy has to be installed at this exact
261+
// Place
262+
// "D:\arduino\teensy 1.29\hardware"
260263
}
261264

262265
@Test

0 commit comments

Comments
 (0)