Open redeexpressos opened 4 months ago
From https://docs.rs/nmea-parser/latest/nmea_parser/enum.ParsedMessage.html#variant.Incomplete
The given sentence is only part of multi-sentence message and we need more data to create the actual result. State is stored in NmeaParser object.
Any example on how to use the parse a multi-sentence message?
From https://docs.rs/nmea-parser/latest/nmea_parser/enum.ParsedMessage.html#variant.Incomplete
Any example on how to use the parse a multi-sentence message?