aboutsummaryrefslogtreecommitdiffstats
path: root/devicedetails.h
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.h
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.h')
-rw-r--r--devicedetails.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/devicedetails.h b/devicedetails.h
index 1ed9914ef..0d929c018 100644
--- a/devicedetails.h
+++ b/devicedetails.h
@@ -91,6 +91,7 @@ public:
bool dynamicAscendRate;
bool graphicalSpeedIndicator;
bool alwaysShowppO2;
+ int tempSensorOffset;
};