jasonwray

Results 1 issues of jasonwray

gpsFix will return true as long as a fix was established once. Current code as of v.10: `bool AssetTracker::gpsFix() { if ((gps.latitude == 0.0) || (gps.longitude == 0.0)){ return false;...