Releases: dok-net/espsoftwareserial
Releases · dok-net/espsoftwareserial
Fix to Delegate class template
An issue was corrected, that occurred during compilation of assigning a lambda expression to a Delegate.
Bug fixes
Various improvements to the Delegate
class template.
Memory footprint reduction of SoftwareSerial
instances based on 3rd party contribution by @dirkmueller
6.5.4
Parity bug fix
Overflow condition caused data and parity to get out of sync permanently.
6.5.2
Multiple fixes
Must not yield (or optimistic_yield()) in critical section that blocks all interrupts. Affected was write(...).
Put functions used while interrupts are blocked into IRAM cache.
In repeater example, detect parity errors.
Don't display parity error report though with HW serial it's not computed.
6.5.0
6.4.0: Reinstate "waveform" output generator.
Non-parity modes save 56 bytes of heap memory now.