diff options
author | Keith Packard <keithp@keithp.com> | 2015-06-25 18:40:21 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-06-25 18:43:13 -0700 |
commit | 002c523fae9369f0261c28f33152289d965d406b (patch) | |
tree | 3f5d835498d108a81daae3a62983c492e9eb66e3 /telegps/TeleGPS.java | |
parent | 3d508b66c2a15286bb9af88e4d92209463e0725d (diff) |
telegps: Add receiver battery to Status display
Makes it a bit cramped, but it's useful to have if you're using TeleBT.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPS.java')
-rw-r--r-- | telegps/TeleGPS.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java index 078f4061..4f83e8e5 100644 --- a/telegps/TeleGPS.java +++ b/telegps/TeleGPS.java @@ -373,7 +373,6 @@ public class TeleGPS public void actionPerformed(ActionEvent e) { int rate = rates.rate(); try { - System.out.printf("set rate %d\n", rate); reader.set_telemetry_rate(rate); } catch (TimeoutException te) { } catch (InterruptedException ie) { |