This repository has been archived by the owner on May 26, 2024. It is now read-only.
Releases: 107-systems/107-Arduino-NMEA-Parser
Releases · 107-systems/107-Arduino-NMEA-Parser
1.2.0
What's Changed
- Link logo to 107-Arduino-DroneCore by @aentinger in #44
- Replace outdated manage-labels.yml with sync-labels.yml by @aentinger in #45
- Changed rmc_isGxGGA to be called gga_isGxGGA for consistency by @bismurphy in #46
- Fixed typo in several places, Messade -> Message by @bismurphy in #47
- Fixing viper URL. by @aentinger in #48
- Configure Dependabot to check for outdated actions used in workflows by @aentinger in #49
- Bump geekyeggo/delete-artifact from 1 to 2 by @dependabot in #54
- Bump actions/download-artifact from 2 to 3 by @dependabot in #53
- Bump actions/upload-artifact from 1 to 3 by @dependabot in #52
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #51
- Bump actions/checkout from 2 to 3 by @dependabot in #50
- Bump carlosperate/download-file-action from 1.0.3 to 1.1.1 by @dependabot in #55
- Bump carlosperate/download-file-action from 1.1.1 to 2.0.0 by @dependabot in #56
- Add support for BDS NMEA messages by @aentinger in #58
- Fix: envie_m4 is no longer a valid FQBN. by @aentinger in #59
- Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 by @dependabot in #60
New Contributors
- @bismurphy made their first contribution in #46
- @dependabot made their first contribution in #54
Full Changelog: 1.1.3...1.2.0
1.1.3
1.1.2
1.1.1
Changelog
- Add a CI workflow to sync repository-wide labels (#29)
- Link to viper logo in
.github
repository. (#30) - Remove no longer used function
isChecksumToken
(#32) - Bugfix: Always have a complete NMEA message in buffer (This prevents a memory access violation when using this library with low power sleep) (#33)
1.1.0
Changelog
- Add decoding support for RMC messages from Galileo, GLONASS, GNSS (#22)
- Adding conversion function converting NMEA date/time to POSIX timestamp (#24)
- Fix early parse abort in case of missing RMC sentence entries (#25)
- Decode NMEA GxGGA messages (#26)
- Bugfix: Decode magnetic variation indicator. (#28)