From: Keith Packard Date: Mon, 20 May 2013 03:35:42 +0000 (-0700) Subject: altos/telemega: The last two igniters are apogee and main X-Git-Tag: 1.2.9.4~193 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d9cbef8cd364aae54855cc5bc64fb8c2b22057b0 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 --- 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() {