diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-10-18 00:33:42 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-18 15:21:23 -0700 |
commit | c06a7d6e6db9eee6d918175b781a21aa9742c500 (patch) | |
tree | e6894378fada14f3cb486d2a944e2d08b4084469 /configuredivecomputerthreads.cpp | |
parent | 1cc6b117770362a1273f24eaa51c27d58670708c (diff) | |
download | subsurface-c06a7d6e6db9eee6d918175b781a21aa9742c500.tar.gz |
Define settings ids for the new OSTC3 settings
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'configuredivecomputerthreads.cpp')
-rw-r--r-- | configuredivecomputerthreads.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configuredivecomputerthreads.cpp b/configuredivecomputerthreads.cpp index 00e2e1a96..c2d7fa7b1 100644 --- a/configuredivecomputerthreads.cpp +++ b/configuredivecomputerthreads.cpp @@ -43,6 +43,9 @@ #define OSTC3_COMPASS_GAIN 0x34 #define OSTC3_PRESSURE_SENSOR_OFFSET 0x35 #define OSTC3_SAFETY_STOP 0x36 +#define OSTC3_CALIBRATION_GAS_O2 0x37 +#define OSTC3_SETPOINT_FALLBACK 0x38 +#define OSTC3_FLIP_SCREEN 0x39 #define SUUNTO_VYPER_MAXDEPTH 0x1e #define SUUNTO_VYPER_TOTAL_TIME 0x20 |