Skip to content

Commit 2ae381e

Browse files
committed
Set a more reasonable critical temp (75)
1 parent f2a3cfb commit 2ae381e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwm-fan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DEFAULT_DC_PERCENT_MIN=25
2828
DEFAULT_DC_PERCENT_MAX=100
2929
DEFAULT_PERIOD=25000000
3030
# critical temperature for the logistic model. used to compute deviance from the mean over time.
31-
CRITICAL_TEMP=100
31+
CRITICAL_TEMP=75
3232
# path to the pwm dir in the sysfs interface
3333
PWMCHIP_ROOT='/sys/class/pwm/'
3434
# path to the thermal dir in the sysfs interface

0 commit comments

Comments
 (0)