X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosIgnite.java;h=7a06c63d41244a7a53d2581c15d17907f93b1400;hp=1171d2edd4510aeeea6f846aeb79ef1d341a97de;hb=8de9d3cbfcd1db7b554fb761296a8de09aafc8c3;hpb=2f9be009ef26e3d7539f5932d267d7a8a7bcb7eb 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