mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
configure OSTC/OSTC3: Add safety stop parameters
This adds the configure parameters for safety stops on the hwOS(OSTC3) and OSTC computers. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
91a72f45d4
commit
451293f1a0
5 changed files with 606 additions and 189 deletions
|
|
@ -74,6 +74,10 @@ DeviceDetails::DeviceDetails(QObject *parent) :
|
|||
dynamicAscendRate(false),
|
||||
graphicalSpeedIndicator(false),
|
||||
alwaysShowppO2(false),
|
||||
tempSensorOffset(0)
|
||||
tempSensorOffset(0),
|
||||
safetyStopLength(0),
|
||||
safetyStopStartDepth(0),
|
||||
safetyStopEndDepth(0),
|
||||
safetyStopResetDepth(0)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue