mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
BME280/BME680/BMP280 oversampling none docs
Fixes https://github.com/esphome/issues/issues/893
This commit is contained in:
parent
ac121643aa
commit
b5a50b5b62
@ -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 |
@ -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 |
@ -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 |
Loading…
Reference in New Issue
Block a user