nmea-parser
nmea-parser copied to clipboard
Fixed a panic when the checksum contained multi-byte characters
Ensure the entire sentence is ASCII.
This prevents a panic that could be caused with invalid input when slicing in the middle of multi-byte characters.