X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltos.java;h=6a2d9b9b202ff2ce0dddff09526316da14ef3616;hb=23f441b95e55fbee709382b05d325bc021285766;hp=d221077e290d542596354313e98cfdaa099a34dd;hpb=84163eee7847a09fe78f8762b28f857d76bf5755;p=fw%2Faltos diff --git a/altosui/Altos.java b/altosui/Altos.java index d221077e..6a2d9b9b 100644 --- a/altosui/Altos.java +++ b/altosui/Altos.java @@ -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(); }