mirror of
https://github.com/esphome/esphome.git
synced 2026-09-22 12:38:40 +00:00
* 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