The latest development version of this page may be more current than this released 2.6.1-rc1 version.
choice: BME280 standby time

BME280 standby time

Type: bool

Help

Select standby time between measurements for the BME280 sensor.
Higher values lead to lower power consumption.

Direct dependencies

BME280 && SENSOR

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At drivers/sensor/bme280/Kconfig:81

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:62drivers/sensor/Kconfig:61

Menu path: (Top) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor

choice
    bool "BME280 standby time"
    default BME280_STANDBY_1000MS
    depends on BME280 && SENSOR
    help
      Select standby time between measurements for the BME280 sensor.
      Higher values lead to lower power consumption.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)