summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosPreferences.java
Commit message (Collapse)AuthorAge
* altosui: Remember directory containing firmware filesKeith Packard2010-09-10
| | | | | | | Instead of forcing the user to navigate to the firmware directory each time, this remembers the previous directory and starts there. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Make teledongle callsign configurableKeith Packard2010-08-21
| | | | | | | Teledongle uses the callsign in packet mode; this provides a way to set that. Signed-off-by: Keith Packard <keithp@keithp.com>
* Make voice and channel menus work.Keith Packard2010-07-28
| | | | | | Stores voice and channel data to preferences. Signed-off-by: Keith Packard <keithp@keithp.com>
* Finish basic flight monitoring UI with voice using FreeTTSKeith Packard2010-05-17
This captures telemetry data to log files and presents flight status information in audio form using FreeTTS. Signed-off-by: Keith Packard <keithp@keithp.com>