Page 1 of 1

Workaround for gpsd frequently losing fix with Garmin gpses

Posted: Tue Sep 26, 2006 6:08 am
by bobzilla
In nmea_parse.c comment out the four occurances of:

Code: Select all

if (session->gpsdata.sentence_time != session->gpsdata.newdata.time) mask |= CYCLE_START_SET;
Hopefully that will save others from having to track that down in the post-ESR version.

It looks like they are working on it

Mention of another workaround that ends up doing the same thing.