esphome/esphome/components/bme280
Lazar Obradovic 1242f43769 BME280: Increase sensor timeout (#727)
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.
2019-10-17 20:58:59 +02:00
..
__init__.py 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
bme280.cpp BME280: Increase sensor timeout (#727) 2019-10-17 20:58:59 +02:00
bme280.h Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00
sensor.py Cleanup dashboard JS (#491) 2019-04-22 21:56:30 +02:00