altosui: Add rudimentary MM support to altosui
[fw/altos] / altosui / AltosIdleMonitorUI.java
index 02295ea98c05fde6c36e5979c88793ab1ebe0414..2ee909374a313d50492dd3e2ffb42e167696218a 100644 (file)
@@ -325,7 +325,7 @@ public class AltosIdleMonitorUI extends AltosFrame implements AltosFlightDisplay
 
                device = AltosDeviceDialog.show(in_owner, Altos.product_any);
                remote = false;
-               if (!device.matchProduct(Altos.product_telemetrum))
+               if (!device.matchProduct(Altos.product_altimeter))
                        remote = true;
 
                serial = device.getSerial();