diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-28 20:58:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-28 22:02:32 -0700 |
commit | 4cec35564324f909dcddeb7c0d83a2daa8223042 (patch) | |
tree | ab06297cd0158352996b6eb1e9f78cff7a23b493 /telegps/TeleGPS.java | |
parent | 9a4c2c7fc6af922d052e23a1b99bf847fbf9b0e9 (diff) |
telegps: Hook up data download dialog
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 34509e4e..ad46fbdd 100644 --- a/telegps/TeleGPS.java +++ b/telegps/TeleGPS.java @@ -217,6 +217,7 @@ public class TeleGPS extends AltosUIFrame implements AltosFlightDisplay, AltosFo } void download(){ + new AltosEepromManage(this, AltosLib.product_telegps); } void configure() { |