summaryrefslogtreecommitdiffstats
path: root/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-02-26 09:20:59 +0100
commitc13da59ecc257ac71092605d7e959e6cbc73e301 (patch)
tree07552d9aeae8b7a386ba5830f171062599ed7bcb /devicedetails.cpp
parent19caca1d365302d2e19ee2baf2e623f978d2f41d (diff)
downloadsubsurface-c13da59ecc257ac71092605d7e959e6cbc73e301.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 'devicedetails.cpp')
-rw-r--r--devicedetails.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/devicedetails.cpp b/devicedetails.cpp
index 1ac56375d..e5c33e418 100644
--- a/devicedetails.cpp
+++ b/devicedetails.cpp
@@ -73,6 +73,7 @@ DeviceDetails::DeviceDetails(QObject *parent) :
modWarning(false),
dynamicAscendRate(false),
graphicalSpeedIndicator(false),
- alwaysShowppO2(false)
+ alwaysShowppO2(false),
+ tempSensorOffset(0)
{
}