common: Restart NMEA message parsing when a '$' character is seen.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 3 Jan 2020 20:42:24 +0000 (21:42 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 6 Jan 2020 09:45:34 +0000 (10:45 +0100)
The GPS module sometimes sends incomplete NMEA messages such as this:
  $GP$GGA...*
This changeset makes it so we'd only parse the second, complete message
in that example.


No differences found