X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosConfig.java;h=44c6239af278821f0d229bd29e5d4eb2cdddb17b;hb=27c31572f4f63c2282e1cc583f4402337fcb548a;hp=be9ab8bf6b1f51a1e7a9d3b70b8c7aaf8b76b692;hpb=fe00d1169c65cb289f77093cf281efbd0a5d4e64;p=fw%2Faltos 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) {