Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
New release 0.5.0 Life Multiplexer definition
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoZu committed Jun 6, 2015
1 parent e258224 commit 9a505bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Deploy/rootfolder/Features.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Version 0.5.0.20150606 Life Multiplexer

- Improved Network Proxy Server broadcast capabilities, now it's possible broadcast events to many clients connected to the same Arduino board
- Added tone and no tone messages to ardulink protocol interface
- Added tone and no tone messages to default ardulink protocol implementation ALProtocol
- Added ToneController SWING component
- Added a ToneController to Ardulink Console

Version 0.4.2.20150312 Top Gun

- Added Joystick SWING component example code to drive a Smart Car
- Added Windows 32/64 bit support for bluetooth connection
- Added Joystick Smart Car Driver example
- Added Joystick id to PositionEvent


Version 0.4.2.20150304 Top Gun

- Added Joystick SWING component
Expand Down
2 changes: 1 addition & 1 deletion JavadocUtils/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<target name="modifyVersion">
<replace dir="generated/doc" token="[ardulinkversion]">
<replacevalue><![CDATA[<p>v0.4.2 Top Gun</p>]]></replacevalue>
<replacevalue><![CDATA[<p>v0.5.0 Life Multiplexer</p>]]></replacevalue>
</replace>
</target>

Expand Down

0 comments on commit 9a505bd

Please sign in to comment.