You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code following that appears to get the lat/long/alt from the buffer... but it isn't part of a subroutine processing the gpgga string? The if just returns if the string matches gga, without doing anything.
Investigate the handling of that code, and see if it needs to be changed like the other NMEA strings are handled.
The text was updated successfully, but these errors were encountered:
In voter.c, process_gps:
if (strcmp(strs[0],gpgga)) return;
The code following that appears to get the lat/long/alt from the buffer... but it isn't part of a subroutine processing the gpgga string? The
if
just returns if the string matches gga, without doing anything.Investigate the handling of that code, and see if it needs to be changed like the other NMEA strings are handled.
The text was updated successfully, but these errors were encountered: