altosui: Add rudimentary MM support to altosui
[fw/altos] / altosui / AltosIgnite.java
index c0cd44f1c4197ff05f46b93ab187c561a1f71c71..45d37d167dbff2d23c31d9395b6966159f7cd35c 100644 (file)
@@ -178,7 +178,7 @@ public class AltosIgnite {
                serial = new AltosSerial(device);
                remote = false;
 
-               if (!device.matchProduct(Altos.product_telemetrum))
+               if (!device.matchProduct(Altos.product_altimeter))
                        remote = true;
        }
 }
\ No newline at end of file