diff options
author | Keith Packard <keithp@keithp.com> | 2011-03-24 08:08:43 +0900 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-03-24 08:08:43 +0900 |
commit | 7f5b5848ad6ef5c808638a29c3dc0101b56ed11e (patch) | |
tree | c85d6936a17ee4533cc8b41e29e59acd1e93d47c /altosui/AltosState.java | |
parent | f3e68341f6f5daaf26dd162e4f9a06c29988986a (diff) |
altosui: Add telemetry format menu and preferences
Switches the TeleDongle between full and tiny telemetry packet
formats, saving the last used format for each teledongle in the
application preferences.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosState.java')
-rw-r--r-- | altosui/AltosState.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosState.java b/altosui/AltosState.java index 4e165f80..0ff2479e 100644 --- a/altosui/AltosState.java +++ b/altosui/AltosState.java @@ -80,7 +80,6 @@ public class AltosState { ground_altitude = data.ground_altitude(); height = data.filtered_height(); - System.out.printf("height %g\n", height); report_time = System.currentTimeMillis(); |