Skip to content

Commit

Permalink
upgraded to teensy 1.9 beta build 31
Browse files Browse the repository at this point in the history
  • Loading branch information
jantje committed Jan 15, 2018
1 parent a4fc350 commit 2bf38e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion io.sloeber.tests/src/io/sloeber/core/MySystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
*/
@SuppressWarnings("nls")
public class MySystem {
private static String jantjesWindowsMachine = "D:\\arduino\\arduino-1.8.2Teensy1.38beta2\\hardware\\teensy";
private static String jantjesWindowsMachine = "D:\\arduino\\arduino-PR-beta1.9-BUILD-31\\hardware\\teensy";
//D:\\arduino\\arduino-1.8.2Teensy1.38beta2\\hardware\\teensy";
private static String jantjesVirtualLinuxMachine = "/home/jantje/programs/arduino-1.8.0/hardware/teensy";

public static String getTeensyPlatform() {
Expand Down

0 comments on commit 2bf38e7

Please sign in to comment.