altosui: AltosSerial and AltosLink both tried to provide frequency setting
authorKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 05:19:01 +0000 (22:19 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 05:19:01 +0000 (22:19 -0700)
commit9dcb4e2ab60ecf0cc7371c1b1a620be952fa8776
tree8b8f78203c88692c4e60dd63820c2ebaa1898cae
parenteab18714ed9eabbcef0ff81b07427da042a58ccc
altosui: AltosSerial and AltosLink both tried to provide frequency setting

AltosLink owns all of the device configuration, so remove that from
AltosSerial and make sure that AltosLink provides the right function
signatures (wasn't using the new direct frequency setting command).

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosLink.java
altosui/AltosSerial.java