new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin
[fw/altos] / altoslib / AltosTelemetryRecordLocation.java
index 029996963b555f9a9f4b2648e463d48adb87b5e3..0236d29166b36a95373b6a9cba25d4707434b9b9 100644 (file)
@@ -85,7 +85,7 @@ public class AltosTelemetryRecordLocation extends AltosTelemetryRecordRaw {
                        next.gps.hdop = hdop;
                        next.gps.vdop = vdop;
                        next.seen |= AltosRecord.seen_gps_time | AltosRecord.seen_gps_lat | AltosRecord.seen_gps_lon;
-                       next.new_gps = true;
+                       next.gps_sequence++;
                }
 
                return next;