diff options
| author | Keith Packard <keithp@keithp.com> | 2011-04-19 15:29:39 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-04-19 15:29:39 -0700 |
| commit | d41edb3384b6336f3482e61b0c9f9400a8b4f519 (patch) | |
| tree | 9741801892421f6bff7106cb0c949af4b72555dd /altosui/AltosEepromList.java | |
| parent | 44fb71ca3e5bccd5f601fc5a2d5da7292050b1d6 (diff) | |
altosui: Make flight data download work through TeleBT
This required flushing input before reading data blocks and adjusting
some delays.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosEepromList.java')
| -rw-r--r-- | altosui/AltosEepromList.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosEepromList.java b/altosui/AltosEepromList.java index 575c0bc2..185fec91 100644 --- a/altosui/AltosEepromList.java +++ b/altosui/AltosEepromList.java @@ -114,7 +114,7 @@ public class AltosEepromList extends ArrayList<AltosEepromLog> { */ for (AltosEepromFlight flight : flights) { add(new AltosEepromLog(serial_line, config_data.serial, - flight.start, flight.end)); + flight.flight, flight.start, flight.end)); } } finally { if (remote) |
