From b4437f8eeeaddf60f893ceaeaf4d9ed06d57eeae Mon Sep 17 00:00:00 2001 From: Michael Kurz Date: Mon, 15 Mar 2021 16:50:29 +0100 Subject: bme280: Add support for BMP280 and BME680 sensors (#4040) This adds support for BMP280 and BME680 sensor ICs, along with fixing calibration data readout for BME280. Gas sensor readout for the BME680 is just the raw compensated value. To get actual meaningful values, more research is needed. Signed-off-by: Michael Kurz --- docs/Command_Templates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/Command_Templates.md') diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 9e19422d..5296e52b 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -264,7 +264,8 @@ The following are common printer attributes: the config file if a `SET_RETRACTION` command alters them. - `printer["bme280 "].temperature`, `printer["bme280 "].humidity`, - `printer["bme280 "].pressure`: The last read values + `printer["bme280 "].pressure`, + `printer["bme280 "].gas`: The last read values from the sensor. - `printer["htu21d "].temperature`, `printer["htu21d "].humidity`: The last read values -- cgit v1.2.3-70-g09d2