diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-01-22 14:17:49 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-26 09:20:59 +0100 |
commit | c13da59ecc257ac71092605d7e959e6cbc73e301 (patch) | |
tree | 07552d9aeae8b7a386ba5830f171062599ed7bcb /devicedetails.cpp | |
parent | 19caca1d365302d2e19ee2baf2e623f978d2f41d (diff) | |
download | subsurface-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.cpp | 3 |
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) { } |