temperature_host: Rename "path" config to "sensor_path"

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2021-02-20 09:21:51 -05:00
parent 227d9bdbcf
commit c29585f7f3
3 changed files with 6 additions and 5 deletions

View file

@ -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