mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Fan ranges for ancient devices https://github.com/seerge/g-helper/issues/1206
This commit is contained in:
@@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user