We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cd9db commit 46db15bCopy full SHA for 46db15b
pwm-fan.sh
@@ -37,8 +37,8 @@ LOGISTIC_b=10
37
#PID_THERMAL_IDEAL=45
38
# https://en.wikipedia.org/wiki/PID_controller#Loop_tuning
39
PID_Kp=$((DEFAULT_PERIOD/100))
40
-PID_Ki=$((DEFAULT_PERIOD/500))
41
-PID_Kd=$((DEFAULT_PERIOD/300))
+PID_Ki=$((DEFAULT_PERIOD/1000))
+PID_Kd=$((DEFAULT_PERIOD/50))
42
# path to the pwm dir in the sysfs interface
43
PWMCHIP_ROOT='/sys/class/pwm/'
44
# path to the thermal dir in the sysfs interface
0 commit comments