You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you expand the custom sentence extraction to support multiple systems?
For example, I'm looking at VDOP that's coming from the GSA sentance.
I'm using
TinyGPSCustom vdopGP(gps, "GPGSA", 17);
However, I am also using Beidou Navigation Satellite System (BDS) BD, Global Navigation Satellite System (GLONASS) GL and Global Navigation Satellite System (GNSS) GN.
So I really should use
Is there a way to add a custom extraction that works for multiple systems?
As in, the command would only ask for the sentence type and not the system prefix?
For example:
TinyGPSCustom vdop(gps, "GSA", 17);
The text was updated successfully, but these errors were encountered:
Can you expand the custom sentence extraction to support multiple systems?
For example, I'm looking at VDOP that's coming from the GSA sentance.
I'm using
However, I am also using Beidou Navigation Satellite System (BDS) BD, Global Navigation Satellite System (GLONASS) GL and Global Navigation Satellite System (GNSS) GN.
So I really should use
And manually combine the values somehow.
Is there a way to add a custom extraction that works for multiple systems?
As in, the command would only ask for the sentence type and not the system prefix?
For example:
The text was updated successfully, but these errors were encountered: