altos: Fix BT link status pin for real TBT hardware
[fw/altos] / altosui / Altos.java
index d221077e290d542596354313e98cfdaa099a34dd..6a2d9b9b202ff2ce0dddff09526316da14ef3616 100644 (file)
@@ -36,7 +36,7 @@ public class Altos {
        static final int AO_LOG_GPS_ALT = 'H';
        static final int AO_LOG_GPS_SAT = 'V';
        static final int AO_LOG_GPS_DATE = 'Y';
-       static final int AO_LOG_HEIGHT = 'h';
+       static final int AO_LOG_PRESSURE = 'P';
 
        /* Added for header fields in eeprom files */
        static final int AO_LOG_CONFIG_VERSION = 1000;
@@ -309,4 +309,6 @@ public class Altos {
        }
 
        public final static String bt_product_telebt = bt_product_telebt();
+
+       public static AltosBTKnown bt_known = new AltosBTKnown();
 }