summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosConfigUI.java
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Disable radio configation over packet link.Keith Packard2010-11-23
| | | | | | | | Attempting to configure the radio over the packet link will only end up confusing the user, so disable it. This also works around a bug in older TM code which would lock up when trying to do this. Signed-off-by: Keith Packard <keithp@keithp.com>
* 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>