diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-28 20:19:44 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-28 22:02:31 -0700 |
commit | a7fd31842a602a8ac803d0e09efb4ffabf7a289b (patch) | |
tree | e51e5402c35ac7892dd32d052a58c5b40e6144c4 /telegps/TeleGPS.java | |
parent | d6c5904e2a05c8ae023a8cd954cf16c19c477d7d (diff) |
telegps: Add device configuration dialogs
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPS.java')
-rw-r--r-- | telegps/TeleGPS.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java index 45482dec..ca1e68bb 100644 --- a/telegps/TeleGPS.java +++ b/telegps/TeleGPS.java @@ -210,6 +210,7 @@ public class TeleGPS extends AltosUIFrame implements AltosFlightDisplay, AltosFo } void configure() { + new TeleGPSConfig(this); } void export() { |