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
If buffer(message in nmea.c) is empty or("1E\r") throws a seg fault because its looking for a "*" for an end. Make if statement in gps.c(line 30), before case statement, that make buffer be more than 4 chars before passing it.
The text was updated successfully, but these errors were encountered:
If buffer(message in nmea.c) is empty or("1E\r") throws a seg fault because its looking for a "*" for an end. Make if statement in gps.c(line 30), before case statement, that make buffer be more than 4 chars before passing it.
The text was updated successfully, but these errors were encountered: