diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-19 20:35:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-19 20:39:56 -0700 |
commit | d9cbef8cd364aae54855cc5bc64fb8c2b22057b0 (patch) | |
tree | fa4d8606487b18c33b3dabd80c9babe172d1e348 | |
parent | 6735a391c2a1e3be01ac9e68b44ec0974592c11c (diff) |
altos/telemega: The last two igniters are apogee and main
Not the first two. TeleMega v0.3 has these marked on the silk
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altoslib/AltosRecordMM.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altoslib/AltosRecordMM.java b/altoslib/AltosRecordMM.java index bf64192c..d697111c 100644 --- a/altoslib/AltosRecordMM.java +++ b/altoslib/AltosRecordMM.java @@ -71,11 +71,11 @@ public class AltosRecordMM extends AltosRecord { } public double main_voltage() { - return pyro(sense[1]); + return pyro(sense[5]); } public double drogue_voltage() { - return pyro(sense[0]); + return pyro(sense[4]); } public double temperature() { |