This commit is contained in:
Serge
2023-08-28 19:11:32 +02:00
parent cc010053b2
commit 02717c47be
3 changed files with 33 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ public static class HardwareControl
if (_fanMax < 0 && AppConfig.ContainsModel("503")) _fanMax = 68;
if (_fanMax < 0) _fanMax = DEFAULT_FAN_MAX;
_fanRpm = AppConfig.Is("fan_rpm");
_fanRpm = AppConfig.IsNotFalse("fan_rpm");
}