diff options
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index a3d9842a..1ae5a5c6 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -707,10 +707,10 @@ sensor_pin: # The resistance (in ohms) of the pullup attached to the thermistor. # This parameter is only valid when the sensor is a thermistor. The # default is 4700 ohms. -#smooth_time: 2.0 +#smooth_time: 1.0 # A time value (in seconds) over which temperature measurements will # be smoothed to reduce the impact of measurement noise. The default -# is 2 seconds. +# is 1 seconds. control: # Control algorithm (either pid or watermark). This parameter must # be provided. |