altoslib: Report whether GPS data contains new location/sat info
[fw/altos] / altoslib / AltosTelemetryLocation.java
index 25570bf934f8c923d3fed8da473eff1852136408..f624571f97631369257b800abf37343623ce8442 100644 (file)
@@ -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);
        }
 }