diff options
| author | Keith Packard <keithp@keithp.com> | 2012-06-01 19:51:25 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-06-01 19:51:25 -0700 |
| commit | 1824761f5b98e92485e2dd347b1c4d043ec207e2 (patch) | |
| tree | 9c84ad0d7b4007ce668b901091695fc4ddbebd5e /altosui/AltosEepromList.java | |
| parent | ab85337aa942cb73a08bd3b783771179773b9a67 (diff) | |
altosui: Quick hacks to download megametrum data and convert to CSV
Very little useful data crunching is done, but at least we can save
and convert files
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosEepromList.java')
| -rw-r--r-- | altosui/AltosEepromList.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/AltosEepromList.java b/altosui/AltosEepromList.java index da4b1166..945746dd 100644 --- a/altosui/AltosEepromList.java +++ b/altosui/AltosEepromList.java @@ -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>(); |
