diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-11 19:51:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-11 19:51:37 -0700 |
commit | d744e588b7504f314e39b1407152d11c031673c9 (patch) | |
tree | c0f44b0bca4fa2b9702b80b1810fac5fc02ed58b /telegps/TeleGPSConfigUI.java | |
parent | fcbfb3aea20e564045fc6a86f978cacabfc73226 (diff) |
altosui: Add pyro firing time configuration
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPSConfigUI.java')
-rw-r--r-- | telegps/TeleGPSConfigUI.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/telegps/TeleGPSConfigUI.java b/telegps/TeleGPSConfigUI.java index 325ca7b9..f6c69040 100644 --- a/telegps/TeleGPSConfigUI.java +++ b/telegps/TeleGPSConfigUI.java @@ -115,6 +115,13 @@ public class TeleGPSConfigUI return null; } + public void set_pyro_firing_time(double new_pyro_firing_time) { + } + + public double pyro_firing_time() { + return -1; + } + boolean is_telemetrum() { String product = product_value.getText(); return product != null && product.startsWith("TeleGPS"); |