mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
1242f43769
I'm facing some occasional timeouts when reading BME280. Looking at Adafruit driver (that this code is based on), I see that base math is using 1.25ms, increased by 2.3*oversampliing + 0.575 for each value being read. I've added 1.5ms as baseline, to be on the same safe. |
||
---|---|---|
.. | ||
__init__.py | ||
bme280.cpp | ||
bme280.h | ||
sensor.py |