fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user