diff --git a/docs/en/modules/bme280.md b/docs/en/modules/bme280.md index 5d293a88..925369b0 100644 --- a/docs/en/modules/bme280.md +++ b/docs/en/modules/bme280.md @@ -209,6 +209,7 @@ Reads the sensor and returns the temperature, the air pressure, the air relative - `P` air pressure in hectopascals multiplied by 1000 - `H` relative humidity in percent multiplied by 1000 - `QNH` air pressure in hectopascals multiplied by 1000 converted to sea level + Any of these variables is `nil` if the readout of given measure was not successful. ## bme280.startreadout()