adjusted comment

This commit is contained in:
Proddy
2023-01-05 15:09:55 +01:00
parent e1ed362d7b
commit df547de5f6

View File

@@ -441,7 +441,6 @@ int Helpers::atoint(const char * value) {
// rounds a number to 2 decimal places // rounds a number to 2 decimal places
// example: round2(3.14159) -> 3.14 // example: round2(3.14159) -> 3.14
// From mvdp:
// The conversion to Fahrenheit is different for absolute temperatures and relative temperatures like hysteresis. // The conversion to Fahrenheit is different for absolute temperatures and relative temperatures like hysteresis.
// fahrenheit=0 - off, no conversion // fahrenheit=0 - off, no conversion
// fahrenheit=1 - relative, 1.8t // fahrenheit=1 - relative, 1.8t