X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosBTDevice.java;h=e920803a12fe125c7fbe95364cc53447207fb5d1;hp=0866ccc8e982b2b7ec55173c62fcfeab358d4239;hb=02e657e45e217dc483a81f28020cfe65a826e9be;hpb=382c54a0d052c8975b57c995ef83bc8934bde242 diff --git a/altosui/AltosBTDevice.java b/altosui/AltosBTDevice.java index 0866ccc8..e920803a 100644 --- a/altosui/AltosBTDevice.java +++ b/altosui/AltosBTDevice.java @@ -17,6 +17,7 @@ package altosui; import libaltosJNI.*; +import org.altusmetrum.altosuilib_2.*; public class AltosBTDevice extends altos_bt_device implements AltosDevice { @@ -77,11 +78,13 @@ public class AltosBTDevice extends altos_bt_device implements AltosDevice { return libaltos.altos_bt_open(this); } + /* private boolean isAltusMetrum() { if (getName().startsWith(Altos.bt_product_telebt)) return true; return false; } + */ public boolean matchProduct(int want_product) {