From 51f2c4ce2692ee3e898b4e94232c45a608932c15 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 19 May 2013 20:35:42 -0700 Subject: [PATCH] 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 --- altoslib/AltosRecordMM.java | 4 ++-- 1 file 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() { -- 2.30.2