X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosConfig.java;h=cae41858d93525c851791b174b43e61378eaba70;hp=35fef08030c00bc6c37dbaadde46b728cbe1bdf1;hb=55747ce210d7d80d5b4fdaaf9dc7ee0f7bc8b0a3;hpb=e6d236fdc615625fbbf28377453f920729e49b0f diff --git a/altosui/AltosConfig.java b/altosui/AltosConfig.java index 35fef080..cae41858 100644 --- a/altosui/AltosConfig.java +++ b/altosui/AltosConfig.java @@ -491,7 +491,7 @@ public class AltosConfig implements ActionListener { try { serial_line = new AltosSerial(device); try { - if (!device.matchProduct(Altos.product_telemetrum)) + if (!device.matchProduct(Altos.product_altimeter)) remote = true; init_ui(); } catch (InterruptedException ie) {