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 642e581 commit b589d89Copy full SHA for b589d89
io.sloeber.tests/src/io/sloeber/core/MySystem.java
@@ -23,7 +23,7 @@ public static String getTeensyPlatform() {
23
switch (Other.getSystemHash()) {
24
case jantjesWindowsMachineHashKey:
25
case jantjesWindowsMachineHashkeyAfterUpdate:
26
- return "D:\\arduino\\teensy1.42-beta4\\hardware\\teensy-latest";
+ return "D:\\arduino\\teensy-latest\\hardware\\teensy";
27
case jantjesLinuxMachineHashKey:
28
return "/home/jan/arduino-1.8.5/hardware/teensy-latest";
29
}
0 commit comments