diff options
author | Timofey Titovets <nefelim4ag@gmail.com> | 2024-04-21 00:42:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 18:42:31 -0400 |
commit | 713b50969848910d52c7d91dce695140bb59df9d (patch) | |
tree | 689010a2ec44c4b2fe18c41c95893493a5ed9a0f /klippy/extras/temperature_sensors.cfg | |
parent | 28faf814143a22534f2afa5b292ffd97b8acf886 (diff) | |
download | kutter-713b50969848910d52c7d91dce695140bb59df9d.tar.gz kutter-713b50969848910d52c7d91dce695140bb59df9d.tar.xz kutter-713b50969848910d52c7d91dce695140bb59df9d.zip |
sht3x: Add sht31 support (#6560)
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Diffstat (limited to 'klippy/extras/temperature_sensors.cfg')
-rw-r--r-- | klippy/extras/temperature_sensors.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/klippy/extras/temperature_sensors.cfg b/klippy/extras/temperature_sensors.cfg index 107fcd24..4fbe5492 100644 --- a/klippy/extras/temperature_sensors.cfg +++ b/klippy/extras/temperature_sensors.cfg @@ -18,6 +18,8 @@ # Load "SI7013", "SI7020", "SI7021", "SHT21", and "HTU21D" sensors [htu21d] +[sht3x] + # Load "AHT10" [aht10] |