You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.adoc
+10-8
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,15 @@ NOTE: In the future, you'll be able to use Klipper sensors/thermistors to provid
55
55
.Supported Sensors
56
56
[%autowidth]
57
57
|===
58
-
| Sensor | Measures
59
-
| AHT{10, 20, 21} | Humidity, Temperature
60
-
| BME280 | Humidity, Temperature, Pressure
61
-
| BME680, BME688 | Humidity, Temperature, Pressure footnote:[This specific multi-sensor has a gas sensor, but does not reliably detect VOCs relevant to 3D printing.]
62
-
| HTU2xD | Humidity, Temperature
63
-
| SGP30 | Volatile Organic Compounds footnote:[SGP40 is preferred, but this should be functional.]
64
-
| SGP40 | Volatile Organic Compounds
58
+
| Sensor | Measures | Notes
59
+
| AHT{10, 20, 21} | Humidity, Temperature |
60
+
| BMP280 | Temperature, Pressure | Do not use; does not measure humidity.
61
+
footnote:[Only supported to detect when someone inadvertently uses a BMP280 instead of a BME280.]
62
+
| BME280 | Humidity, Temperature, Pressure |
63
+
| BME680, BME688 | Humidity, Temperature, Pressure | Cannot use gas sensor. footnote:[This specific multi-sensor has a gas sensor, but does not reliably detect VOCs relevant to 3D printing.]
64
+
| HTU2xD | Humidity, Temperature |
65
+
| SGP30 | Volatile Organic Compounds | Deprecated. footnote:[SGP40s are preferred, but SGP30s should still be functional.]
66
+
| SGP40 | Volatile Organic Compounds |
65
67
|===
66
68
67
69
[#supported-displays]
@@ -845,7 +847,7 @@ If you would like to limit the maximum speed of the fan, e.g. to reduce noise, x
0 commit comments