altosui: Add progress bar for eeprom downloading status
[fw/altos] / ao-tools / altosui / AltosUI.java
index e1697ee1e280637524b15a8f96d0e051bd3f41e4..863d173e530a731e2ecb3ba94a73f2eec8eadaab 100644 (file)
@@ -474,7 +474,6 @@ public class AltosUI extends JFrame {
                void close() {
                        serial.close();
                        serial.remove_monitor(telem);
-                       System.out.println("DisplayThread done");
                }
 
                public DeviceThread(AltosSerial s) {
@@ -614,6 +613,7 @@ public class AltosUI extends JFrame {
         * a TeleDongle over the packet link
         */
        private void SaveFlightData() {
+               new AltosEeprom(AltosUI.this);
        }
 
        /* Create the AltosUI menus