add grade period for temp sensors
This commit is contained in:
@ -14,10 +14,11 @@ typedef struct _TemperatureSensorLimit
|
||||
} sTemperatureSensorLimit;
|
||||
typedef struct _SensorSanityCheck
|
||||
{
|
||||
unsigned int status;
|
||||
uint8_t status;
|
||||
char name[MAX_ERROR_STRING_SIZE];
|
||||
sTemperatureSensorLimit sSensorLimit;
|
||||
float fSensorTemperatureLast;
|
||||
uint32_t uUnchangedCounter;
|
||||
GetSensorValue getSensor;
|
||||
} sSensorSanityCheck;
|
||||
|
||||
|
Reference in New Issue
Block a user