altosui: Create abstract AltosDevice class
[fw/altos] / altosui / AltosIgnite.java
index 1171d2edd4510aeeea6f846aeb79ef1d341a97de..7a06c63d41244a7a53d2581c15d17907f93b1400 100644 (file)
@@ -172,7 +172,7 @@ public class AltosIgnite {
                serial = new AltosSerial(device);
                remote = false;
 
-               if (!device.matchProduct(AltosDevice.product_telemetrum))
+               if (!device.matchProduct(Altos.product_telemetrum))
                        remote = true;
        }
 }
\ No newline at end of file