mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
c69d5619ce
commit
37953d163e
6 changed files with 316 additions and 108 deletions
|
@ -65,6 +65,14 @@ DeviceDetails::DeviceDetails(QObject *parent) :
|
|||
alarmTimeEnabled(false),
|
||||
alarmTime(0),
|
||||
alarmDepthEnabled(false),
|
||||
alarmDepth(0)
|
||||
alarmDepth(0),
|
||||
leftButtonSensitivity(0),
|
||||
rightButtonSensitivity(0),
|
||||
bottomGasConsumption(0),
|
||||
decoGasConsumption(0),
|
||||
modWarning(false),
|
||||
dynamicAscendRate(false),
|
||||
graphicalSpeedIndicator(false),
|
||||
alwaysShowppO2(false)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue