summaryrefslogtreecommitdiffstats
path: root/subsurface-core/devicedetails.cpp
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2016-01-22 14:17:49 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-22 06:50:18 -0800
commit91a72f45d4e4f46061b1df514617472e1ff57ecb (patch)
treebcd6285730dc035a2a9f0b34493a32123c86b515 /subsurface-core/devicedetails.cpp
parent128fc39274791525113bee5ac7882352beb8cb70 (diff)
downloadsubsurface-91a72f45d4e4f46061b1df514617472e1ff57ecb.tar.gz
configure OSTC3: Add temperature sensor offset
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/devicedetails.cpp')
-rw-r--r--subsurface-core/devicedetails.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurface-core/devicedetails.cpp b/subsurface-core/devicedetails.cpp
index 1ac56375d..e5c33e418 100644
--- a/subsurface-core/devicedetails.cpp
+++ b/subsurface-core/devicedetails.cpp
@@ -73,6 +73,7 @@ DeviceDetails::DeviceDetails(QObject *parent) :
modWarning(false),
dynamicAscendRate(false),
graphicalSpeedIndicator(false),
- alwaysShowppO2(false)
+ alwaysShowppO2(false),
+ tempSensorOffset(0)
{
}