semuconsulting / PyGPSClient

Python Graphical GPS Client Application supporting NMEA, UBX, RTCM3, NTRIP & SPARTN Protocols
BSD 3-Clause "New" or "Revised" License
493 stars 98 forks source link

Rc 1.4.20 #143

Closed semuadmin closed 1 month ago

semuadmin commented 1 month ago

PyGPSClient Pull Request Template

Description

FIXES:

  1. Fixes typo in ubx_handler which affects NAV2-STATUS messages #142

CHANGES:

  1. Minor improvements to settings frame appearance.
  2. Add support for logging in underlying pygnssutils utilities (gnssntripclient, gnssmqttclient, gnssserver)
  3. App get_coordinates() method now returns additional coordinate and fix data as dict rather than tuple.

Fixes #142

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist: