altos: Make telemega v0.1 compile with new quaternion code
[fw/altos] / altosui / AltosBTDevice.java
index 0866ccc8e982b2b7ec55173c62fcfeab358d4239..727a9f6625ce7953e251c94817cc9f5832c4b1ad 100644 (file)
@@ -17,6 +17,7 @@
 
 package altosui;
 import libaltosJNI.*;
+import org.altusmetrum.altosuilib_1.*;
 
 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) {