This release:
- Corrects a bug in the
sempFirstByteparser index which was preventing additional parsers from running - Restores
badCrccallback backward compatibility- In version 2.0.0 and 2.0.1,
badCrcwas passing the Unicore NMEA / Hash CR LF through to the callback - This caused the callback in the Unicore library to fail as the checksum byte were not where they were expected to be
- In turn this was causing
UM980::beginto fail, preventing (e.g.) RTK Everywhere from running on Torch - This release fixes things by truncating the CR / LF when calling the callback
- In version 2.0.0 and 2.0.1,
- Adds a new example to test the UM980 (Unicore Hash) MODE command response
- Removes some redundant code which was causing compiler errors
All examples have been tested on ESP32
The Unicore library has also been tested on ESP32. begin is working again