mirror of
https://github.com/esphome/esphome.git
synced 2025-01-03 19:31:46 +01:00
c35a21773e
* Update bme280_base.cpp Change read_temperature to get better precision float const temperature = (*t_fine * 5 + 128); return temperature / 25600.0f; * Update bmp280.cpp increase precision in read_temperature * Update bmp280.cpp clang-format correction |
||
---|---|---|
.. | ||
__init__.py | ||
bmp280.cpp | ||
bmp280.h | ||
sensor.py |