summaryrefslogtreecommitdiff
path: root/ao-tools
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-23 20:17:44 -0800
committerKeith Packard <keithp@keithp.com>2010-11-23 20:17:44 -0800
commit7d90e2f6009e060fb59c519f7e564483a7ca6872 (patch)
treec984887b2e177ba19069b3db3f4d08e794fd476c /ao-tools
parentf3233985a132e1d660e6df12d0056b6729f16faf (diff)
altosui: Let people fire igniters that don't read as 'ready'
This provides for igniter testing with LEDs or other materials that don't look like regular igniters. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools')
-rw-r--r--ao-tools/altosui/AltosIgniteUI.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/ao-tools/altosui/AltosIgniteUI.java b/ao-tools/altosui/AltosIgniteUI.java
index 0207e39f..d542729c 100644
--- a/ao-tools/altosui/AltosIgniteUI.java
+++ b/ao-tools/altosui/AltosIgniteUI.java
@@ -145,13 +145,11 @@ public class AltosIgniteUI
if (cmd.equals("apogee") && apogee.isSelected()) {
main.setSelected(false);
- if (apogee_status == AltosIgnite.Ready)
- arm.setEnabled(true);
+ arm.setEnabled(true);
}
if (cmd.equals("main") && main.isSelected()) {
apogee.setSelected(false);
- if (main_status == AltosIgnite.Ready)
- arm.setEnabled(true);
+ arm.setEnabled(true);
}
if (cmd.equals("arm")) {