Skip to content

Releases: plerup/espsoftwareserial

6.8.3

11 Jun 08:06
Compare
Choose a tag to compare
Remove restriction on free use of TX/RX. Fixes #168

6.8.2

07 Jun 13:50
Compare
Choose a tag to compare
Service release, fixes #166

Delegate bug fix

10 Apr 08:17
Compare
Choose a tag to compare
6.8.1

Bump bug-fix version number

Release 6.8.0 supports ESP8285

07 Mar 12:07
Compare
Choose a tag to compare
Bump release for ESP8285 support. Fixes #142

Fixes for GCC 9.2 warnings

04 Mar 13:36
Compare
Choose a tag to compare
6.7.2

Release 6.7.2

readBytes timeout fix and attaching to (USB) RX/TX on ESP32

25 Jan 11:33
Compare
Choose a tag to compare
Fix #136.

Replicate behavior of ESP8266 Stream class, may possibly diverge from readBytes() on AVR:
Timeout must be considered for any period of not receiving any data. Before, it applied unconditionally
to the readBytes() call overall.
Considering body of work over the past year, changing maintainer entry in library descrptor to myself.

Fixes in Delegate / MultiDelegate

22 Jan 09:06
Compare
Choose a tag to compare
6.6.4

Library update release 6.6.4

6.6.3

19 Jan 09:15
Compare
Choose a tag to compare
Refactor uses of unsigned for buffer sizes and item counts to size_t.

MultiDelegate.h updated to save space on 8bit archs

19 Jan 06:56
Compare
Choose a tag to compare
6.6.2

unsigned/int instead of (u)int32_t gives lower memory footprint on 8b…

Fix to Delegate class template

26 Dec 08:38
Compare
Choose a tag to compare

An issue was corrected, that occurred during compilation of assigning a lambda expression to a Delegate.