X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosIdleMonitorUI.java;fp=altosui%2FAltosIdleMonitorUI.java;h=ba894c71885663a4a2962c719718c73f25c2a369;hp=50994bb27293d55c71e3af9b5311339a49b4ffc6;hb=a9014be707c4325b55e0f2797796e7c96aea1e03;hpb=40c6aa050654d43f20c6a9c6bd67541e1747ae38 diff --git a/altosui/AltosIdleMonitorUI.java b/altosui/AltosIdleMonitorUI.java index 50994bb2..ba894c71 100644 --- a/altosui/AltosIdleMonitorUI.java +++ b/altosui/AltosIdleMonitorUI.java @@ -209,7 +209,7 @@ public class AltosIdleMonitorUI extends AltosUIFrame implements AltosFlightDispl device = AltosDeviceUIDialog.show(in_owner, Altos.product_any); remote = false; - if (!device.matchProduct(Altos.product_altimeter)) + if (device.matchProduct(Altos.product_basestation)) remote = true; serial = device.getSerial();