From 84dc61f068044a2baf11cb0f47ff67241d4660e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Sun, 11 Dec 2016 22:34:28 +0100 Subject: [PATCH] Minor formatting fix in bme280.md --- docs/en/modules/bme280.md | 1 + 1 file changed, 1 insertion(+) 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()