diff options
| author | Keith Packard <keithp@keithp.com> | 2010-07-28 17:08:42 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-07-28 17:08:42 -0700 |
| commit | ce90f3fe2aa6e23695ccccb36a8e6e614a08ba31 (patch) | |
| tree | f3fe404e52c5ea9313b24e2aa3f2a2a6847aa221 /ao-tools/altosui/Makefile | |
| parent | 6599e9576c3da9325a1731144c1b8bc4943184c0 (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/Makefile')
| -rw-r--r-- | ao-tools/altosui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index 2a91d657..2c284aaa 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -4,6 +4,7 @@ CLASSPATH=classes:./* CLASSFILES=\ AltosConvert.class \ AltosEeprom.class \ + AltosEepromMonitor.class \ AltosFile.class \ AltosGPS.class \ AltosGreatCircle.class \ |
