use multimaint-merge to make Debian changelogs less ugly
[fw/altos] / 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;
        }