diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-18 19:12:03 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-18 19:12:03 -0400 |
commit | 2740838b2ef9bbf661de8a192b831990a5c08e38 (patch) | |
tree | 83e8293c0b0584a36ab8d223e6f3b6cca90958e2 /config/example.cfg | |
parent | 5712283e9192b93cd614a9e632493f9d530a446f (diff) | |
download | kutter-2740838b2ef9bbf661de8a192b831990a5c08e38.tar.gz kutter-2740838b2ef9bbf661de8a192b831990a5c08e38.tar.xz kutter-2740838b2ef9bbf661de8a192b831990a5c08e38.zip |
fan: Allow the fan shutdown_speed to be configured
Add a shutdown_speed config option to fans so that users can specify
the speed on a shutdown event.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index 5bf94895..dd4b7d28 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -229,6 +229,10 @@ pin: ar9 # will be scaled between zero and max_power (for example, if # max_power is .9 and a fan speed of 80% is requested then the fan # power will be set to 72%). The default is 1.0. +#shutdown_speed: 0 +# The desired fan speed (expressed as a value from 0.0 to 1.0) if +# the micro-controller software enters an error state. The default +# is 0. #cycle_time: 0.010 # The amount of time (in seconds) for each PWM power cycle to the # fan. It is recommended this be 10 milliseconds or greater when |