aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-02-20 09:21:51 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-02-20 09:23:13 -0500
commitc29585f7f37fd289d1ed7f5c83181d45a98ee12d (patch)
treed1a2419e404dc9a94e22448520607484838c99cc /docs/Config_Changes.md
parent227d9bdbcfd8ad8b62fb10db48f2482b9900592f (diff)
downloadkutter-c29585f7f37fd289d1ed7f5c83181d45a98ee12d.tar.gz
kutter-c29585f7f37fd289d1ed7f5c83181d45a98ee12d.tar.xz
kutter-c29585f7f37fd289d1ed7f5c83181d45a98ee12d.zip
temperature_host: Rename "path" config to "sensor_path"
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index ffc9a1fb..f2963ef2 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -8,9 +8,10 @@ All dates in this document are approximate.
20210219: The `rpi_temperature` module has been renamed to
`temperature_host`. Replace any occurrences of `sensor_type:
-rpi_temperature` with `sensor_type: temperature_host`. The
-`rpi_temperature` name is deprecated and will be removed in the near
-future.
+rpi_temperature` with `sensor_type: temperature_host`. The path to
+the temperature file may be specified in the `sensor_path` config
+variable. The `rpi_temperature` name is deprecated and will be
+removed in the near future.
20210201: The `TEST_RESONANCES` command will now disable input shaping
if it was previously enabled (and re-enable it after the test). In order