altoslib: unconfigured radio frequency data is now -1, not 0
authorKeith Packard <keithp@keithp.com>
Sun, 16 Dec 2012 21:25:54 +0000 (13:25 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 16 Dec 2012 21:25:54 +0000 (13:25 -0800)
commit00bc1a090a294e103370b8ab0a0fe5d7a2acfe92
tree2f6e2977d99159179038b16ab00857b3c0710735
parent034dfc4f9bef049b1fb5704873dd76f6a3a9949d
altoslib: unconfigured radio frequency data is now -1, not 0

This changed when AltosConfigData was cleaned up, so now frequency
settings must check for positive numbers rather than non-zero.

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