diff options
Diffstat (limited to 'altosui/AltosIdleMonitorUI.java')
| -rw-r--r-- | altosui/AltosIdleMonitorUI.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosIdleMonitorUI.java b/altosui/AltosIdleMonitorUI.java index 02295ea9..2ee90937 100644 --- a/altosui/AltosIdleMonitorUI.java +++ b/altosui/AltosIdleMonitorUI.java @@ -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();  | 
