BME280/BME680/BMP280 oversampling none docs

Fixes https://github.com/esphome/issues/issues/893
This commit is contained in:
Otto Winter 2019-12-04 11:45:49 +01:00
parent ac121643aa
commit b5a50b5b62
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ Oversampling Options
By default, the BME280 sensor measures each value 16 times when requesting a new value. You can, however,
configure this amount. Possible oversampling values:
- ``NONE``
- ``NONE`` (value is skipped)
- ``1x``
- ``2x``
- ``4x``

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -96,7 +96,7 @@ Oversampling Options
By default, the BME680 sensor measures each value 16 times when requesting a new value. You can, however,
configure this amount. Possible oversampling values:
- ``NONE``
- ``NONE`` (value is skipped)
- ``1x``
- ``2x``
- ``4x``

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -74,7 +74,7 @@ Oversampling Options
By default, the BMP280 sensor measures each value 16 times when requesting a new value. You can, however,
configure this amount. Possible oversampling values:
- ``NONE``
- ``NONE`` (value is skipped)
- ``1x``
- ``2x``
- ``4x``

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB