We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a3cfb commit 2ae381eCopy full SHA for 2ae381e
pwm-fan.sh
@@ -28,7 +28,7 @@ DEFAULT_DC_PERCENT_MIN=25
28
DEFAULT_DC_PERCENT_MAX=100
29
DEFAULT_PERIOD=25000000
30
# critical temperature for the logistic model. used to compute deviance from the mean over time.
31
-CRITICAL_TEMP=100
+CRITICAL_TEMP=75
32
# path to the pwm dir in the sysfs interface
33
PWMCHIP_ROOT='/sys/class/pwm/'
34
# path to the thermal dir in the sysfs interface
0 commit comments