altosui: Match against basestations when determining remote
[fw/altos] / altosui / AltosIdleMonitorUI.java
index 50994bb27293d55c71e3af9b5311339a49b4ffc6..ba894c71885663a4a2962c719718c73f25c2a369 100644 (file)
@@ -209,7 +209,7 @@ public class AltosIdleMonitorUI extends AltosUIFrame implements AltosFlightDispl
 
                device = AltosDeviceUIDialog.show(in_owner, Altos.product_any);
                remote = false;
 
                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();
                        remote = true;
 
                serial = device.getSerial();