diff options
| author | Keith Packard <keithp@keithp.com> | 2011-01-12 12:40:45 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-01-12 12:40:45 -0800 | 
| commit | 8801b8c1947bd39f7c985b91a2ba8dbc81bcc91a (patch) | |
| tree | 083998aea43274f7c65460abc2348537d1bca88d /altosui/AltosUI.java | |
| parent | 440d52e34364fdeeddc76a2d744cc6d1c934364f (diff) | |
altosui: Add eeprom 'manage' ui to download and delete multiple flights
This shows the list of available flights and provides options to
download and/or delete each one.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
| -rw-r--r-- | altosui/AltosUI.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 94c4dd2a..90e3d7f0 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -245,7 +245,7 @@ public class AltosUI extends JFrame {  	 * 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  | 
