From: Keith Packard Date: Tue, 23 Oct 2012 05:38:46 +0000 (-0700) Subject: altosui: Allow any non-basestation to be configured X-Git-Tag: 1.1.9.2~22^2~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=27c31572f4f63c2282e1cc583f4402337fcb548a altosui: Allow any non-basestation to be configured TelePyro has some configuration bits. Signed-off-by: Keith Packard --- diff --git a/altosui/AltosConfig.java b/altosui/AltosConfig.java index be9ab8bf..44c6239a 100644 --- a/altosui/AltosConfig.java +++ b/altosui/AltosConfig.java @@ -515,7 +515,7 @@ public class AltosConfig implements ActionListener { try { serial_line = new AltosSerial(device); try { - if (!device.matchProduct(Altos.product_altimeter)) + if (device.matchProduct(Altos.product_basestation)) remote = true; init_ui(); } catch (InterruptedException ie) {