mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
configure OSTC3: Add temperature sensor offset
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
128fc39274
commit
91a72f45d4
5 changed files with 48 additions and 3 deletions
|
|
@ -73,6 +73,7 @@ DeviceDetails::DeviceDetails(QObject *parent) :
|
|||
modWarning(false),
|
||||
dynamicAscendRate(false),
|
||||
graphicalSpeedIndicator(false),
|
||||
alwaysShowppO2(false)
|
||||
alwaysShowppO2(false),
|
||||
tempSensorOffset(0)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue