Releases: plerup/espsoftwareserial
Releases · plerup/espsoftwareserial
6.8.3
6.8.2
Delegate bug fix
6.8.1 Bump bug-fix version number
Release 6.8.0 supports ESP8285
Bump release for ESP8285 support. Fixes #142
Fixes for GCC 9.2 warnings
6.7.2 Release 6.7.2
readBytes timeout fix and attaching to (USB) RX/TX on ESP32
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
6.6.4 Library update release 6.6.4
6.6.3
MultiDelegate.h updated to save space on 8bit archs
6.6.2 unsigned/int instead of (u)int32_t gives lower memory footprint on 8b…
Fix to Delegate class template
An issue was corrected, that occurred during compilation of assigning a lambda expression to a Delegate.