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

@ -73,6 +73,7 @@ DeviceDetails::DeviceDetails(QObject *parent) :
modWarning(false),
dynamicAscendRate(false),
graphicalSpeedIndicator(false),
alwaysShowppO2(false)
alwaysShowppO2(false),
tempSensorOffset(0)
{
}