diff options
author | Keith Packard <keithp@keithp.com> | 2016-03-21 22:28:39 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-03-26 16:07:20 -0700 |
commit | 55db3b3e8addaa2dc0af50470d3bc8c25cb57df3 (patch) | |
tree | 36f89c08d9a2ae3e78d47b7b4bc03601d2c4c573 /altoslib/AltosConfigValues.java | |
parent | c61014914c80ad0dba72224109d9b147bb343562 (diff) |
altosui,telegps: Do not allow radio calibration to be edited
This leads to sorrow for almost everyone. If you want to edit this,
use a terminal program.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosConfigValues.java')
-rw-r--r-- | altoslib/AltosConfigValues.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/altoslib/AltosConfigValues.java b/altoslib/AltosConfigValues.java index 3306aa4b..931d173c 100644 --- a/altoslib/AltosConfigValues.java +++ b/altoslib/AltosConfigValues.java @@ -45,8 +45,6 @@ public interface AltosConfigValues { public abstract void set_radio_calibration(int new_radio_calibration); - public abstract int radio_calibration() throws AltosConfigDataException; - public abstract void set_radio_enable(int new_radio_enable); public abstract int radio_enable(); |