diff options
author | Keith Packard <keithp@keithp.com> | 2011-04-19 14:06:39 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-04-19 14:06:39 -0700 |
commit | 44fb71ca3e5bccd5f601fc5a2d5da7292050b1d6 (patch) | |
tree | a5147a78cc37c9728aa1a2424a434c23508dca20 /altosui/Altos.java | |
parent | 2ebdb888f6792de70b3132950a988d49752d264e (diff) | |
parent | c269e263a6accd815ed5d08c0f5a6c3d5b9d3853 (diff) |
Merge branch 'telemini' into telebt
Diffstat (limited to 'altosui/Altos.java')
-rw-r--r-- | altosui/Altos.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/Altos.java b/altosui/Altos.java index a087f73a..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; |