summaryrefslogtreecommitdiffstats
path: root/subsurface-core/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-01-22 06:50:18 -0800
commit91a72f45d4e4f46061b1df514617472e1ff57ecb (patch)
treebcd6285730dc035a2a9f0b34493a32123c86b515 /subsurface-core/devicedetails.h
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.h')
-rw-r--r--subsurface-core/devicedetails.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/devicedetails.h b/subsurface-core/devicedetails.h
index 1ed9914ef..0d929c018 100644
--- a/subsurface-core/devicedetails.h
+++ b/subsurface-core/devicedetails.h
@@ -91,6 +91,7 @@ public:
bool dynamicAscendRate;
bool graphicalSpeedIndicator;
bool alwaysShowppO2;
+ int tempSensorOffset;
};