fix
parent
7b5205d8c3
commit
8e65a3f9c6
|
@ -60,7 +60,7 @@ float calcPower(int temperature) {
|
|||
if (temperature > T_MAX) {
|
||||
value = 1.0f;
|
||||
}
|
||||
if INVERT_CONTROL_CURVE {
|
||||
if (INVERT_CONTROL_CURVE) {
|
||||
return (1.0f-value);
|
||||
} else {
|
||||
return value;
|
||||
|
|
Loading…
Reference in New Issue