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
Just a little mistake here :
the "gps_" prefix is missing before "encode(char c)" in tinygps.h .
(in tinygps.c the function is gps_encode(char c), which is consistent with the other functions).