summaryrefslogtreecommitdiff
path: root/altosuilib/AltosScanUI.java
Commit message (Collapse)AuthorAge
* altosuilib: Fix minor scan UI nitsKeith Packard2014-07-14
| | | | | | | | | | Wasn't computing geometry correctly and overlapped the 2400 baud entry with the list of scan results. Was not saving the telemetry rate/telemetry style when switching to monitor mode, which caused the new monitor to come up with the wrong values. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosuilib: Add telemetry rate to Scan UIKeith Packard2014-07-05
| | | | | | | Let the user scan for multiple data rates as well as telemetry formats and frequencies Signed-off-by: Keith Packard <keithp@keithp.com>
* java: Bump java library versions for next releaseKeith Packard2014-06-16
| | | | | | Prepare for future release by bumping java versions now Signed-off-by: Keith Packard <keithp@keithp.com>
* telegps: Add scan UIKeith Packard2014-05-28
Move scan UI bits into altosuilib, allow telegps to not show telemetry format options. Signed-off-by: Keith Packard <keithp@keithp.com>