mirror of
https://github.com/esphome/esphome.git
synced 2025-03-26 20:48:19 +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