From 27c31572f4f63c2282e1cc583f4402337fcb548a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 22 Oct 2012 22:38:46 -0700 Subject: [PATCH] altosui: Allow any non-basestation to be configured TelePyro has some configuration bits. Signed-off-by: Keith Packard --- altosui/AltosConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2