Skip to content

Commit

Permalink
Release IOIODude 1.2 and IOIOBridge 1.02
Browse files Browse the repository at this point in the history
Updated PJC and JNA
  • Loading branch information
ytai committed Sep 15, 2014
1 parent bdc32d0 commit 5f0bf44
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added release/apps/IOIOBridge-0102.zip
Binary file not shown.
Binary file added release/apps/IOIODude-0102.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion software/IOIOBridge/src/ioio/bridge/Main.java
Expand Up @@ -22,7 +22,7 @@ public class Main {
*/
public static void main(String[] args) throws InterruptedException,
IOException {
System.out.println("IOIO Emulator Bridge, V1.01");
System.out.println("IOIO Emulator Bridge, V1.02");
if (args.length != 1) {
System.err.println("Usage: java -jar bridge.jar <serial_port>");
System.err.println("Don't forget to first run:");
Expand Down
2 changes: 1 addition & 1 deletion software/IOIODude/src/ioio/dude/IOIODudeMain.java
Expand Up @@ -75,7 +75,7 @@ private static enum Command {
private static boolean force_ = false;

private static void printUsage() {
System.err.println("IOIODude V1.1");
System.err.println("IOIODude V1.2");
System.err.println();
System.err.println("Usage:");
System.err.println("ioiodude <options> versions");
Expand Down

0 comments on commit 5f0bf44

Please sign in to comment.