pub const MAX_SENTENCE: usize = 120;Expand description
Longest NMEA sentence accepted, including $, the checksum, and the
line terminator.
The standard caps a sentence at 82 characters. Some receivers exceed it on GSV bursts, so this is generous: an over-long line is dropped, and dropping a real sentence costs a fix cycle.