summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosConfigUI.java
Commit message (Collapse)AuthorAge
* altosui: Add callsign configuration in AltosUI configuration dialogKeith Packard2010-11-16
| | | | | | This callsign is used during packet communication. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: add reboot button to telemetrum configuration UIKeith Packard2010-11-15
| | | | | | | This lets you reconfigure and reboot telemetrum, including over the radio link. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Eliminate unncessary import altosui linesKeith Packard2010-11-13
| | | | | | | Java appears to automatically import every module from the current package. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add RF calibration to TeleMetrum config dialogKeith Packard2010-11-12
| | | | | | I think that's the last user-settable value. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: pad TM config dialog values to avoid clipping descendersKeith Packard2010-08-23
|
* altosui: Add debug dongle API, split flash UI outKeith Packard2010-08-23
| | | | | | | | Create an API to talk through the debug port on another AltOS device. Split the flash UI out from the flash implementation so that a command line flash utility can be written. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add TeleMetrum configurationKeith Packard2010-08-22
This presents a dialog with all of the user-settable options in the TeleMetrum set for editing. Combo boxes are used for everything except the callsign. Signed-off-by: Keith Packard <keithp@keithp.com>