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