unused variables
thewoz opened this issue · 2 comments
thewoz commented
Sorry,
may be I'm wrong but I'm not able to find where a lot of variable of the class Adafruit_GPS will be set and used.
For example the variables: fix, lastFix, lastTime, lastDate, speed, altitude .. etc etc
drak7 commented
They're all set in the parse method, see NMEA_parse.cpp.
thewoz commented
sorry!