Skip to content

Commit bfc3209

Browse files
committed
Merge branch 'master' of https://github.com/lexus2k/tinyproto
2 parents 53b543b + e3008d2 commit bfc3209

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ void loop() {
114114
* Connect your Arduino board to PC
115115
* Run your sketch or tinylight_loopback
116116
* Compile tiny_loopback tool
117-
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t light -g -c 8 -r`
117+
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t light -g -c 8 -a -r`
118118

119119
* Connect your Arduino board to PC
120120
* Run your sketch or tinyhd_loopback
121121
* Compile tiny_loopback tool
122-
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t hd -c 8 -g -r`
122+
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t hd -c 8 -g -a -r`
123123

124124
* Connect your Arduino board to PC
125125
* Run your sketch or tinyfd_loopback
126126
* Compile tiny_loopback tool
127-
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t fd -c 8 -w 3 -g -r`
127+
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t fd -c 8 -w 3 -g -a -r`
128128

129129
For more information about this library, please, visit https://github.com/lexus2k/tinyproto.
130130
Doxygen documentation can be found at [github.io site](http://lexus2k.github.io/tinyproto).

Release_notes.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
== ver. 0.9.1 =======================================
2-
2+
- Fixed CRC8 bug with HDLC/Light protocol
3+
- Added new API for keep alive timeout, auto-reconnect
4+
- Fixed issues in TinyPacket
5+
- Fix compilation for Windows Arduino IDE
6+
- Removed sperf tool (use tiny_loopback)
7+
- Fixed crc32 bug
8+
- Improved HDLC logging
9+
- Fixed C-compilation for avr gcc
310

411
== ver. 0.9.0 =======================================
512
- Initial full duplex implementation:

0 commit comments

Comments
 (0)