adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

Update RMC parsing to handle the extra parameter in NMEA 4.1 #66

Closed lesamouraipourpre closed 2 years ago

lesamouraipourpre commented 2 years ago

This should update the parsing to handle the extra parameter. (Closes #65)

This has NOT been tested as my GPS modules are at another location. (I can get them later in the week if needed)

@lyusupov Are you able to test the pull request against your hardware? Out of interest, what device/module are you using that is sending NMEA 4.1+ sentences?

Also, a minor correction to simpletest

lyusupov commented 2 years ago

Are you able to test the pull request against your hardware?

Sure. I'll try to make it soon.

Out of interest, what device/module are you using that is sending NMEA 4.1+ sentences?

The module that I've got the issue onto is Quectel L76K

lyusupov commented 2 years ago

Yes. I confirm that this PR works fine both in NMEA 4.0 and 4.1 modes.