altosui: New AltosSerial.set_radio function sets channel/call
authorKeith Packard <keithp@keithp.com>
Wed, 24 Nov 2010 03:08:07 +0000 (19:08 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 24 Nov 2010 03:10:27 +0000 (19:10 -0800)
commit6cd9be22f06f21d12ee2f668989d83d3c61d14c0
treee382abd414c9c50bc6efadee2fd8308a46e01157
parented7cf7d262fcf7c0c677c2fb981582b571de9e5e
altosui: New AltosSerial.set_radio function sets channel/call

Use this anytime you need to set the device radio channel and call
sign, either for telemetry reception or packet mode origination. This
uses the saved callsign and per-device radio channel number. Do not
use this when opening a telemetrum as there won't be a saved channel number.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosConfig.java
ao-tools/altosui/AltosEepromDownload.java
ao-tools/altosui/AltosFlightUI.java
ao-tools/altosui/AltosIgnite.java
ao-tools/altosui/AltosSerial.java
ao-tools/altosui/AltosTelemetryReader.java