diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-07-12 12:18:31 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-07-12 12:18:31 -0400 |
commit | 21563c596513aa80e9b41430ad2e163bb892e532 (patch) | |
tree | f654bb7ba08cde50dcc7a0f7032112e3043cf358 /config/example-extras.cfg | |
parent | 32a85edb16cac696ef5438a54c21235c58f77cb8 (diff) | |
download | kutter-21563c596513aa80e9b41430ad2e163bb892e532.tar.gz kutter-21563c596513aa80e9b41430ad2e163bb892e532.tar.xz kutter-21563c596513aa80e9b41430ad2e163bb892e532.zip |
config: Minor updates to example-extras.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index f6c9b86c..89ca31dc 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -241,8 +241,8 @@ # Temperature-triggered cooling fans (one may define any number of # sections with a "temperature_fan" prefix). A "temperature fan" is a # fan that will be enabled whenever its associated sensor is above a -# set temperature. By default, a heater_fan has a shutdown_speed equal -# to max_power. +# set temperature. By default, a temperature_fan has a shutdown_speed +# equal to max_power. #[temperature_fan my_temp_fan] #pin: #max_power: @@ -273,9 +273,9 @@ # will be set to when the sensor temperature exceeds the set value. # The default is 1.0. #min_speed: 0.3 -# The minumin 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 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. #control: watermark # Control algorithm (either watermark or pid). This parameter must # be provided. @@ -347,10 +347,10 @@ # The pin to configure as an output. This parameter must be # provided. #pwm: False -# Set if the output pin should be capable of -# pulse-width-modulation. If this is true, the value fields should -# be between 0 and 1; if it is false the value fields should be -# either 0 or 1. The default is False. +# Set if the output pin should be capable of pulse-width-modulation. +# If this is true, the value fields should be between 0 and 1; if it +# is false the value fields should be either 0 or 1. The default is +# False. #static_value: # If this is set, then the pin is assigned to this value at startup # and the pin can not be changed during runtime. A static pin uses |