diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-09-03 00:00:00 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-02 15:26:20 -0700 |
commit | 37953d163efd7741bb328b23952df97b01f65a55 (patch) | |
tree | 55b439a2236d5723161bb5ceff360edb66f4de97 /devicedetails.h | |
parent | c69d5619cefbc05a1387f60c82a6b515b7d2b0da (diff) | |
download | subsurface-37953d163efd7741bb328b23952df97b01f65a55.tar.gz |
Enable the configuration of more OSTC3 settings
This enables enables you to configure a couple of new settings in the
OSTC3 devices.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'devicedetails.h')
-rw-r--r-- | devicedetails.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devicedetails.h b/devicedetails.h index 48d728399..1ed9914ef 100644 --- a/devicedetails.h +++ b/devicedetails.h @@ -83,6 +83,14 @@ public: int alarmTime; bool alarmDepthEnabled; int alarmDepth; + int leftButtonSensitivity; + int rightButtonSensitivity; + int bottomGasConsumption; + int decoGasConsumption; + bool modWarning; + bool dynamicAscendRate; + bool graphicalSpeedIndicator; + bool alwaysShowppO2; }; |