summaryrefslogtreecommitdiff
path: root/altosui/AltosTelemetryRecordConfiguration.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-17 08:17:44 -0700
committerKeith Packard <keithp@keithp.com>2011-07-17 08:17:44 -0700
commitf7cd8317bf78ece334e1ceb0263b875ca43bbbd2 (patch)
treef8f8d2778d91a10700711d24b3c904532d7c9d32 /altosui/AltosTelemetryRecordConfiguration.java
parent51796e2f1ebce3ee8dc1ac90648381410c1379ee (diff)
parenta482d904a3f391c3a24df3660acb3f3696aa6766 (diff)
Merge branch 'preload-maps'
Diffstat (limited to 'altosui/AltosTelemetryRecordConfiguration.java')
-rw-r--r--altosui/AltosTelemetryRecordConfiguration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosTelemetryRecordConfiguration.java b/altosui/AltosTelemetryRecordConfiguration.java
index 98dc6ab9..b029d120 100644
--- a/altosui/AltosTelemetryRecordConfiguration.java
+++ b/altosui/AltosTelemetryRecordConfiguration.java
@@ -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;
}