diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 12:37:56 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 12:37:56 -0500 |
commit | 23f547169c86150c9e11fc594bf0d47ee1efe501 (patch) | |
tree | 87fdeb17de29f2ddbf6d93286abb102f17f7eb5c /docs/Config_Reference.md | |
parent | b911db4c0de10245fd008a6a236d6af23b93e8fe (diff) | |
download | kutter-23f547169c86150c9e11fc594bf0d47ee1efe501.tar.gz kutter-23f547169c86150c9e11fc594bf0d47ee1efe501.tar.xz kutter-23f547169c86150c9e11fc594bf0d47ee1efe501.zip |
rpi_temperature: Don't read min_temp/max_temp directly from config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index cb9e3a6e..020128f5 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2069,14 +2069,6 @@ CPU temperature from Raspberry Pi. # parameters. #sensor_type: # Must be "rpi_temperature". -min_temp: -40 -max_temp: 85 -# The maximum safe range of temperatures (in Celsius) that the -# RPi must remain within. This controls a safety feature -# implemented in the micro-controller code - should the measured -# temperature ever fall outside this range then the micro-controller -# will go into a shutdown state. Set this range just wide -# enough so that reasonable temperatures do not result in an error. ``` ## [heater_generic] |