altoslib: Finish AltosState changes. Update version number.
[fw/altos] / altoslib / AltosTelemetryRecordLocation.java
index 029996963b555f9a9f4b2648e463d48adb87b5e3..0eea8361b25b2d06f8370fbbad2e29ca1fda68d0 100644 (file)
@@ -15,7 +15,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.altoslib_1;
+package org.altusmetrum.altoslib_2;
 
 
 public class AltosTelemetryRecordLocation extends AltosTelemetryRecordRaw {
@@ -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;