configure OSTC3: Add temperature sensor offset

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2016-01-22 14:17:49 +01:00 committed by Dirk Hohndel
parent 128fc39274
commit 91a72f45d4
5 changed files with 48 additions and 3 deletions

View file

@ -91,6 +91,7 @@ public:
bool dynamicAscendRate;
bool graphicalSpeedIndicator;
bool alwaysShowppO2;
int tempSensorOffset;
};