altosui: Catch attempt to set radio frequency to 0.0 -- use default
authorKeith Packard <keithp@keithp.com>
Wed, 28 Mar 2012 04:48:43 +0000 (21:48 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 28 Mar 2012 04:48:43 +0000 (21:48 -0700)
commit2f19f9a0eaba22789fdc07a52849e8aaf6fe4695
tree23e506caec4cb8ad0600d9847e04a7381c418038
parent170510bb183715e9ba580b180f20657d6602644e
altosui: Catch attempt to set radio frequency to 0.0 -- use default

Monitor idle was setting the frequency to 0, which takes a while with
the new native radio frequency setting code. Don't do that, instead
pull out the preferred frequency for that, as is done in other places
where a frequency of 0.0 is used.

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