Skip to content

Commit 642e581

Browse files
author
jantje
committed
Made a specific folder for the latest teensy
1 parent 9b4d3cd commit 642e581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.tests/src/io/sloeber/core/MySystem.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ public static String getTeensyPlatform() {
2323
switch (Other.getSystemHash()) {
2424
case jantjesWindowsMachineHashKey:
2525
case jantjesWindowsMachineHashkeyAfterUpdate:
26-
return "D:\\arduino\\teensy1.42-beta4\\hardware\\teensy";
26+
return "D:\\arduino\\teensy1.42-beta4\\hardware\\teensy-latest";
2727
case jantjesLinuxMachineHashKey:
28-
return "/home/jan/arduino-1.8.5/hardware/teensy";
28+
return "/home/jan/arduino-1.8.5/hardware/teensy-latest";
2929
}
3030
return new String();
3131
}

0 commit comments

Comments
 (0)