andrethemac / L76GLNSV4

MicroPython library for quectel L76 glnss gps on pycom pytrack
MIT License
18 stars 16 forks source link

Add new NMEA 4.10 keywords to RMC, GSA, GSV #7

Closed askpatrickw closed 4 years ago

askpatrickw commented 4 years ago

fixes #6

This works with current PyTrack. It should work for older Pyrack's as well. Those devices will see these attributes with blank values.

andrethemac commented 4 years ago

Hi Patrick I've changed your fix a bit to make it work on older versions to. Can you test it? it's in the fixfor4.10 branch. best regard André

askpatrickw commented 4 years ago

Works on my board as well. This does feel fragile. I wonder if there's a way to determine the NMEA Version form the chip. I'll ask on the Quectel forum. For now, I'd go ahead and push this live as it works. 👍