altoslib: Report whether GPS data contains new location/sat info
[fw/altos] / altoslib / AltosEepromRecord.java
index 22cb8f894b2f7d73ac5078032b09026304d01b06..0e1c8d99f6bef173e0f223d4aef4ac7804b44ed0 100644 (file)
@@ -106,7 +106,7 @@ public abstract class AltosEepromRecord implements Comparable<AltosEepromRecord>
                if (!AltosLib.is_gps_cmd(cmd())) {
                        AltosGPS gps = listener.temp_gps();
                        if (gps != null)
-                               listener.set_gps(gps);
+                               listener.set_gps(gps, true, true);
                }
        }