Fixup for temp in F bug
This commit is contained in:
@@ -734,7 +734,7 @@ static void setTempF(const enum SettingsOptions option) {
|
|||||||
Temp = ((Temp - 32) * 5) / 9;
|
Temp = ((Temp - 32) * 5) / 9;
|
||||||
}
|
}
|
||||||
// Rescale to be multiples of 10
|
// Rescale to be multiples of 10
|
||||||
Temp = BoostTemp / 10;
|
Temp = Temp / 10;
|
||||||
Temp *= 10;
|
Temp *= 10;
|
||||||
setSettingValue(option, Temp);
|
setSettingValue(option, Temp);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user