altosui: Add eeprom 'manage' ui to download and delete multiple flights
[fw/altos] / altosui / AltosUI.java
index 94c4dd2aa4b10bb2ae6424268344f0c9ace981f6..90e3d7f01552bff9f77ae20109cac375ca20c20b 100644 (file)
@@ -245,7 +245,7 @@ public class AltosUI extends JFrame {
         * a TeleDongle over the packet link
         */
        private void SaveFlightData() {
         * a TeleDongle over the packet link
         */
        private void SaveFlightData() {
-               new AltosEepromDownload(AltosUI.this);
+               new AltosEepromManage(AltosUI.this);
        }
 
        /* Load a flight log file and write out a CSV file containing
        }
 
        /* Load a flight log file and write out a CSV file containing