diff options
| author | 2016-01-22 14:17:49 +0100 | |
|---|---|---|
| committer | 2016-02-26 09:20:59 +0100 | |
| commit | c13da59ecc257ac71092605d7e959e6cbc73e301 (patch) | |
| tree | 07552d9aeae8b7a386ba5830f171062599ed7bcb /devicedetails.h | |
| 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.h')
| -rw-r--r-- | devicedetails.h | 1 |
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; }; |