:orphan: .. title:: choice: BME280 standby time .. _choice_350: .. describe:: choice: BME280 standby time *BME280 standby time* Type: ``bool`` Help ==== .. code-block:: none Select standby time between measurements for the BME280 sensor. Higher values lead to lower power consumption. Direct dependencies =================== \ :kconfig:`BME280 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BME280_STANDBY_1000MS ` Choice options ============== - \ :kconfig:`BME280_STANDBY_05MS ` - \ :kconfig:`BME280_STANDBY_62MS ` - \ :kconfig:`BME280_STANDBY_125MS ` - \ :kconfig:`BME280_STANDBY_250MS ` - \ :kconfig:`BME280_STANDBY_500MS ` - \ :kconfig:`BME280_STANDBY_1000MS ` - \ :kconfig:`BME280_STANDBY_2000MS ` - \ :kconfig:`BME280_STANDBY_4000MS ` Kconfig definition ================== At ``/sensor/bme280/Kconfig:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:61`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor .. code-block:: kconfig 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.)*