Releases: plerup/espsoftwareserial
Releases · plerup/espsoftwareserial
6.16.0
Bug fix release 6.15.2: Disabling interrupts in FreeRTOS-compliant style for ESP32s
Refactored interrupts disabling and proper FreeRTOS-compliant code fo…
6.15.1
6.15.0
Bug fix: Rx bit pattern 0xff (for uninverted) wasn't treated correctly
This bug-fix release brings closure to a long-standing issue with 0xff as the last octet in a message - it wasn't recognized by EspSoftwareSerial until yet another octet was received.
Bug fix 6.14.1: Set default RX pullup once in ctor
Prevents flipping of the pullup state on begin().
6.14.0
6.13.2
6.13.1: Permit use of GPIO12 on ESP32 and add link to the specifics in README.md
Minor release: Improve support for availability of GPIOS on ESP32 S2 and ESP32 C3
6.13.0 Bump up minor release.