Merge branch 'dev' into Short-Detection
This commit is contained in:
@@ -734,7 +734,7 @@ static void setTempF(const enum SettingsOptions option) {
|
||||
Temp = ((Temp - 32) * 5) / 9;
|
||||
}
|
||||
// Rescale to be multiples of 10
|
||||
Temp = BoostTemp / 10;
|
||||
Temp = Temp / 10;
|
||||
Temp *= 10;
|
||||
setSettingValue(option, Temp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user