summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-07-28 17:08:42 -0700
committerKeith Packard <keithp@keithp.com>2010-07-28 17:08:42 -0700
commitce90f3fe2aa6e23695ccccb36a8e6e614a08ba31 (patch)
treef3fe404e52c5ea9313b24e2aa3f2a2a6847aa221 /ao-tools/altosui/AltosUI.java
parent6599e9576c3da9325a1731144c1b8bc4943184c0 (diff)
altosui: Add progress bar for eeprom downloading status
This has a progress bar tracking the state and block count while downloading stuff from telemetrum. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosUI.java')
-rw-r--r--ao-tools/altosui/AltosUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosUI.java b/ao-tools/altosui/AltosUI.java
index 92c3d0a3..863d173e 100644
--- a/ao-tools/altosui/AltosUI.java
+++ b/ao-tools/altosui/AltosUI.java
@@ -613,7 +613,7 @@ public class AltosUI extends JFrame {
* a TeleDongle over the packet link
*/
private void SaveFlightData() {
- AltosEeprom.SaveFlightData(AltosUI.this);
+ new AltosEeprom(AltosUI.this);
}
/* Create the AltosUI menus