altosui: Configuration telemetry record includes flight number
authorKeith Packard <keithp@keithp.com>
Sat, 16 Jul 2011 21:19:41 +0000 (14:19 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 16 Jul 2011 21:26:45 +0000 (14:26 -0700)
Mark the reported altos record as including flight information.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosTelemetryRecordConfiguration.java

index 98dc6ab9235ccfa8020df4cf53a3331f1a996f77..b029d120003628efab247191c19712242e382ce5 100644 (file)
@@ -57,7 +57,7 @@ public class AltosTelemetryRecordConfiguration extends AltosTelemetryRecordRaw {
                next.callsign = callsign;
                next.firmware_version = version;
 
-               next.seen |= AltosRecord.seen_deploy;
+               next.seen |= AltosRecord.seen_deploy | AltosRecord.seen_flight;
 
                return next;
        }