diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-05 21:41:44 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-07-05 21:41:44 -0700 |
| commit | 4132ac5896114e5f3d8fb3f219422e8933078cf4 (patch) | |
| tree | b94126adde7a026467eee3bc91031d1ecbcf03c9 /altosui/AltosRecord.java | |
| parent | ef3ce687d73c1274ce5368432f4d449b063ce5c0 (diff) | |
altosui: Parse remaining standard telemetry packets
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosRecord.java')
| -rw-r--r-- | altosui/AltosRecord.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/altosui/AltosRecord.java b/altosui/AltosRecord.java index 8976edf0..144b1c3c 100644 --- a/altosui/AltosRecord.java +++ b/altosui/AltosRecord.java @@ -67,6 +67,13 @@ public class AltosRecord { double time; /* seconds since boost */ + int device_type; + int config_major; + int config_minor; + int apogee_delay; + int main_deploy; + int flight_log_max; + String firmware_version; /* * Values for our MP3H6115A pressure sensor * |
