Skip to content

v1.0.35

Compare
Choose a tag to compare
@semuadmin semuadmin released this 27 Mar 09:45
· 70 commits to master since this release
4fcc798

What's Changed

FIXES:

  1. Fixes & simplifies the derivation of NMEA NS and EW values when creating NMEAMessage objects (e.g. GNGLL) using individual keyword arguments. NS and EW will always be derived from the sign of the provided signed decimal lat and lon values and need not be provided explicitly. When creating an NMEAMessage using a single payload argument (which is effectively what happens when parsing incoming serial data streams), the value of NS and EW in the payload will determine the sign of the decimal lat/lon values in the NMEAMessage object.

Full Changelog: v1.0.34...v1.0.35