altosui: Fix telemetry file reader to handle tick count wrapping
[fw/altos] / ao-tools / altosui / AltosFlashUI.java
index 18795695640e2630218259602f999002a550213b..5ed417da993a0d149146ff78d039ccb2a5f703c1 100644 (file)
@@ -187,7 +187,7 @@ public class AltosFlashUI
 
                build_dialog();
 
-               debug_dongle = AltosDeviceDialog.show(frame, AltosDevice.Any);
+               debug_dongle = AltosDeviceDialog.show(frame, AltosDevice.product_any);
 
                if (debug_dongle == null)
                        return;