-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update host software to fix issues where it prints garbage after runn…
…ing for a while
- Loading branch information
Showing
23 changed files
with
216 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
|
||
APPDIR=$(dirname "$0") | ||
java -Djava.library.path="$APPDIR:$APPDIR/lib" -cp "$APPDIR/lib/HIDSerialMonitor.jar:$APPDIR/lib/core.jar:$APPDIR/lib/jogl-all.jar:$APPDIR/lib/gluegen-rt.jar:$APPDIR/lib/jogl-all-natives-linux-i586.jar:$APPDIR/lib/gluegen-rt-natives-linux-i586.jar:$APPDIR/lib/core.jar:$APPDIR/lib/G4P.jar:$APPDIR/lib/hidapi.jar" HIDSerialMonitor "$@" | ||
java -Djava.library.path="$APPDIR:$APPDIR/lib" -cp "$APPDIR/lib/HIDSerialMonitor.jar:$APPDIR/lib/core.jar:$APPDIR/lib/jogl-all.jar:$APPDIR/lib/gluegen-rt.jar:$APPDIR/lib/jogl-all-natives-linux-i586.jar:$APPDIR/lib/gluegen-rt-natives-linux-i586.jar:$APPDIR/lib/core.jar:$APPDIR/lib/G4P.jar:$APPDIR/lib/BlinkStick.jar:$APPDIR/lib/hidapi-1.1.jar" HIDSerialMonitor "$@" |
Binary file modified
BIN
+207 Bytes
(110%)
host software/application.linux32/lib/HIDSerialMonitor.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
|
||
APPDIR=$(dirname "$0") | ||
java -Djava.library.path="$APPDIR:$APPDIR/lib" -cp "$APPDIR/lib/HIDSerialMonitor.jar:$APPDIR/lib/core.jar:$APPDIR/lib/jogl-all.jar:$APPDIR/lib/gluegen-rt.jar:$APPDIR/lib/jogl-all-natives-linux-amd64.jar:$APPDIR/lib/gluegen-rt-natives-linux-amd64.jar:$APPDIR/lib/core.jar:$APPDIR/lib/G4P.jar:$APPDIR/lib/hidapi.jar" HIDSerialMonitor "$@" | ||
java -Djava.library.path="$APPDIR:$APPDIR/lib" -cp "$APPDIR/lib/HIDSerialMonitor.jar:$APPDIR/lib/core.jar:$APPDIR/lib/jogl-all.jar:$APPDIR/lib/gluegen-rt.jar:$APPDIR/lib/jogl-all-natives-linux-amd64.jar:$APPDIR/lib/gluegen-rt-natives-linux-amd64.jar:$APPDIR/lib/core.jar:$APPDIR/lib/G4P.jar:$APPDIR/lib/BlinkStick.jar:$APPDIR/lib/hidapi-1.1.jar" HIDSerialMonitor "$@" |
Binary file modified
BIN
+207 Bytes
(110%)
host software/application.linux64/lib/HIDSerialMonitor.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+207 Bytes
(110%)
...ware/application.macosx/HIDSerialMonitor.app/Contents/Resources/Java/HIDSerialMonitor.jar
Binary file not shown.
Oops, something went wrong.