X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgps.cpp;h=99080f992ceeae2e88b893027bdff6a9033fe1a6;hb=a8f6acfee6632922d24920e686e0b49a782c6b45;hp=cf55ed06a7df9a8b43c98a28e91880502418dcf8;hpb=fe0c66b58b65b562f4e03aae1860736fb51d9ebd;p=googlelatitude diff --git a/src/gps.cpp b/src/gps.cpp index cf55ed0..99080f9 100644 --- a/src/gps.cpp +++ b/src/gps.cpp @@ -44,8 +44,7 @@ void GpsMaemo5_changed(LocationGPSDevice *device, GpsMaemo5 *gps) { if ( gps->usegps == 0) { emit gps->getOK_acwp(); - // if ( gps->accuracy < 100*1000 ) gps->stop(); - if ( gps->accuracy < 640*1000 ) gps->stop(); + if ( gps->accuracy < 10*1000 ) gps->stop(); } else if ( gps->usegps == 1 ) { emit gps->getOK_agnss(); // if ( device->satellites_in_use > 0 ) gps->stop();