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 /altosui/AltosUI.java | |
parent | 9a4c2c7fc6af922d052e23a1b99bf847fbf9b0e9 (diff) |
telegps: Hook up data download dialog
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index ad7964e9..302f623f 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -306,7 +306,7 @@ public class AltosUI extends AltosUIFrame { * a TeleDongle over the packet link */ private void SaveFlightData() { - new AltosEepromManage(AltosUI.this); + new AltosEepromManage(AltosUI.this, AltosLib.product_any); } /* Load a flight log file and write out a CSV file containing |