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?
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: