diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-01-22 14:17:49 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-22 06:50:18 -0800 |
commit | 91a72f45d4e4f46061b1df514617472e1ff57ecb (patch) | |
tree | bcd6285730dc035a2a9f0b34493a32123c86b515 /subsurface-core/devicedetails.h | |
parent | 128fc39274791525113bee5ac7882352beb8cb70 (diff) | |
download | subsurface-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.h | 1 |
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; }; |