Skip to content

Commit

Permalink
Update to jssc 2.8.0
Browse files Browse the repository at this point in the history
Fixes #1811
  • Loading branch information
Cristian Maglie authored and cmaglie committed Jan 27, 2014
1 parent f876733 commit 48c1223
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file removed app/lib/jssc-2.6.0.jar
Binary file not shown.
Binary file added app/lib/jssc-2.8.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion build/build.xml
Expand Up @@ -46,7 +46,7 @@
<include name="app/lib/jmdns-3.4.1.jar" />
<include name="app/lib/jna.jar" />
<include name="app/lib/jsch-0.1.50.jar" />
<include name="app/lib/jssc-2.6.0.jar" />
<include name="app/lib/jssc-2.8.0.jar" />
<include name="app/lib/ant.jar" />
<include name="app/lib/ant-launcher.jar" />
</fileset>
Expand Down
2 changes: 2 additions & 0 deletions build/shared/revisions.txt
Expand Up @@ -4,6 +4,8 @@ ARDUINO 1.5.6 BETA
[ide]
* Implemented 1.5 library specification Rev.2
(https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
* Replaced RXTX library with JSSC (Alexey Sokolov)
http://code.google.com/p/java-simple-serial-connector/
* Improved command-line parsing (Matthijs Kooijman)

[libraries]
Expand Down

0 comments on commit 48c1223

Please sign in to comment.