diff options
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; }; |