Merge branch 'telemini' into telebt
[fw/altos] / altosui / Altos.java
index a087f73a2f662c6aa738e7008bb79e0d937a7972..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;