altosui: Quick hacks to download megametrum data and convert to CSV
[fw/altos] / altosui / AltosEepromList.java
index da4b1166e911352b5437576211ada271d0bc2fa6..945746dd2f4ff42bbd7210320f1b1effad91ed25 100644 (file)
@@ -62,8 +62,8 @@ public class AltosEepromList extends ArrayList<AltosEepromLog> {
                        if (remote)
                                serial_line.start_remote();
                        config_data = new AltosConfigData (serial_line);
-                       if (config_data.serial == 0)
-                               throw new IOException("no serial number found");
+//                     if (config_data.serial == 0)
+//                             throw new IOException("no serial number found");
 
                        ArrayList<AltosEepromFlight> flights = new ArrayList<AltosEepromFlight>();