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