Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@PaulZC PaulZC released this 19 Dec 18:19
· 66 commits to main since this release
746ad2b

Merry Christmas!

This release:

  • Adds additional examples showing how you can deliver PMP or parsed SPARTN correction data from a NEO-D9S to (e.g.) a ZED-F9P
  • Adds new Configuration Interface keys for the NEO-F10N
  • Adds a new example which shows how to enable L5 signals on the NEO-F10N
    • The example displays UBX-RXM-RAWX signal-strength data from the NEO-F10N
    • Note: the engineering sample of the NEO-F10N supports RAWX. Production modules may not...
    • The same example shows how to configure the Low Noise Amplifier on the NEO-F10N
  • Adds additional code comments showing how to call the "Auto" message helper methods safely
  • Adds better "Auto" support for UBX-RXM-SFRBX
    • Up to 14 SFRBX messages can now be buffered internally in the library and accessed via the callback
    • This is very useful for the PointPerfect Library which needs ephemeris data from SFRBX (or RTCM 1019, 1020, 1042, 1046)
  • Adds better "Auto" support for UBX-ESF-MEAS
    • Up to 6 ESF-MEAS messages can now be buffered internally in the library and accessed via a callback
    • See the new example for more details
  • Adds the method parseSPARTN
    • We were using this multiple times in the PMP examples. Integrating it into the library is the right thing to do...