diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-19 20:35:42 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-20 21:16:25 -0700 | 
| commit | 51f2c4ce2692ee3e898b4e94232c45a608932c15 (patch) | |
| tree | e818a7fc1114396372a449b0890db9ed851059c5 | |
| parent | 8d40c37bae0c58037f267e54de40071cd19c931d (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() { | 
