remove dspecial character messing with decoding
This commit is contained in:
@ -29,7 +29,7 @@ public:
|
|||||||
*
|
*
|
||||||
* The parameters a,b and c are used in the calculateOutputTemperature() call.
|
* The parameters a,b and c are used in the calculateOutputTemperature() call.
|
||||||
*
|
*
|
||||||
* The lower and upper limits can be specified in any type, for example float for C<EFBFBD> values
|
* The lower and upper limits can be specified in any type, for example float for C values
|
||||||
* or any other type for raw values.
|
* or any other type for raw values.
|
||||||
*/
|
*/
|
||||||
struct Parameters {
|
struct Parameters {
|
||||||
@ -151,7 +151,7 @@ protected:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Check is done against raw limits. SHOULDDO: Why? Using <20>C would be more easy to handle.
|
//Check is done against raw limits. SHOULDDO: Why? Using <20>C would be more easy to handle.
|
||||||
sensorMonitor.doCheck(outputTemperature.value);
|
sensorMonitor.doCheck(outputTemperature.value);
|
||||||
|
|
||||||
if (sensorMonitor.isOutOfLimits()) {
|
if (sensorMonitor.isOutOfLimits()) {
|
||||||
|
Reference in New Issue
Block a user