summaryrefslogtreecommitdiff
path: root/altosui/AltosConfigFCUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-08-05 11:09:34 +0800
committerKeith Packard <keithp@keithp.com>2018-08-05 11:13:42 +0800
commit0d57c78dde3c6e61576a4769b0e0fae7e88c107d (patch)
tree55b15b996575fe8c934ebfb16426c8e95425e2cf /altosui/AltosConfigFCUI.java
parent9dfbf0103a649816e98d5511b1d6bbbfc93f6632 (diff)
altos: Add separate 'ao_launch_tick'. Use in pyro and lockout.
Prior to this, there was only ao_boost_tick, which got reset at each motor burn start. That meant there wasn't any way to measure total flight time for pyro channels and 'apogee lockout' was based on time since most recent motor start instead of total flight time. Now pyro channels and apogee lockout both use total flight time, while motor burn length still uses time since most recent motor burn start (as it should). Docs and UI updated to use 'launch' instead of 'boost' to try and make the change clear. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosConfigFCUI.java')
-rw-r--r--altosui/AltosConfigFCUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosConfigFCUI.java b/altosui/AltosConfigFCUI.java
index 1e875dec..9bd265f0 100644
--- a/altosui/AltosConfigFCUI.java
+++ b/altosui/AltosConfigFCUI.java
@@ -440,7 +440,7 @@ public class AltosConfigFCUI
apogee_lockout_value.setEditable(true);
apogee_lockout_value.addItemListener(this);
pane.add(apogee_lockout_value, c);
- apogee_lockout_value.setToolTipText("Time after boost while apogee detection is locked out");
+ apogee_lockout_value.setToolTipText("Time after launch while apogee detection is locked out");
row++;
/* Frequency */