diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index e72e4645..2d9387ee 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -626,20 +626,20 @@ # The default is 1.0. #min_speed: 0.3 # The minimum fan speed (expressed as a value from 0.0 to 1.0) that -# the fan will be set to when the sensor temperature is the set -# value. The default is 0.3. +# the fan will be set to for PID temperature fans. +# The default is 0.3. #control: watermark # Control algorithm (either watermark or pid). This parameter must # be provided. #pid_Kp: 40 # Kp is the "proportional" constant for the pid. This parameter must -# be provided for PID heaters. +# be provided for PID temperature fans. #pid_Ki: 0.2 # Ki is the "integral" constant for the pid. This parameter must be -# provided for PID heaters. +# provided for PID temperature fans. #pid_Kd: 0.1 # Kd is the "derivative" constant for the pid. This parameter must -# be provided for PID heaters. +# be provided for PID temperature fans. #pid_deriv_time: 2.0 # A time value (in seconds) over which the derivative in the pid # will be smoothed to reduce the impact of measurement noise. The |