X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosIgnite.java;h=7a06c63d41244a7a53d2581c15d17907f93b1400;hp=1171d2edd4510aeeea6f846aeb79ef1d341a97de;hb=9cdef76c1275b343099d0d01af82d7eadd36a410;hpb=5b3f18b38d80aa041b971204bf7a94278bd9584a diff --git a/altosui/AltosIgnite.java b/altosui/AltosIgnite.java index 1171d2ed..7a06c63d 100644 --- a/altosui/AltosIgnite.java +++ b/altosui/AltosIgnite.java @@ -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