From 7ec6d2ceaa74f3823db8fe49cef0ff811cbabdd6 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Tue, 28 Apr 2020 18:58:55 +0200 Subject: [PATCH] remove dspecial character messing with decoding --- thermal/TemperatureSensor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal/TemperatureSensor.h b/thermal/TemperatureSensor.h index b4172670e..96dedc991 100644 --- a/thermal/TemperatureSensor.h +++ b/thermal/TemperatureSensor.h @@ -29,7 +29,7 @@ public: * * 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° 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. */ struct Parameters { @@ -151,7 +151,7 @@ protected: } } - //Check is done against raw limits. SHOULDDO: Why? Using °C would be more easy to handle. + //Check is done against raw limits. SHOULDDO: Why? Using �C would be more easy to handle. sensorMonitor.doCheck(outputTemperature.value); if (sensorMonitor.isOutOfLimits()) {