altoslib: Report whether GPS data contains new location/sat info
[fw/altos] / altoslib / AltosTelemetryLocation.java
index e2925a58c165caf6e534b4c729b8996547e56ff0..f624571f97631369257b800abf37343623ce8442 100644 (file)
@@ -16,7 +16,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.altoslib_12;
+package org.altusmetrum.altoslib_13;
 
 
 public class AltosTelemetryLocation extends AltosTelemetryStandard {
@@ -78,6 +78,6 @@ public class AltosTelemetryLocation extends AltosTelemetryStandard {
                        gps.course = course() * 2;
                        gps.climb_rate = climb_rate() * 1.0e-2;
                }
-               listener.set_gps(gps);
+               listener.set_gps(gps, true, false);
        }
 }