[ gpsdrive ] No developer question, but a question about an older version of gpsdrive

Joerg Ostertag gpsdrive at ostertag.name
Thu Oct 18 15:31:18 AKDT 2007


Am Donnerstag, 18. Oktober 2007 19:01:52 schrieb Thomas Schönhütl:
> Hi,
>
> > In gpsdrive.h you 'll find
> > #define ROUTEREACH (0.02+10*current.groundspeed/(3600*milesconv))
> >
> > and in route.c:
> >       if (d <= ROUTEREACH || route.forcenext)
> >
> > This should bring you one step closer...
>
> I recompiled 2.10pre2 with
>
> */ #define ROUTEREACH (0.02+10*current.groundspeed/(3600*milesconv)) */
> #define ROUTEREACH (0.04+10*current.groundspeed/(3600*milesconv))

Wouldn't it be better to make it depending on the groundspeed?

-
Joerg


More information about the GPSdrive mailing list