mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
c35a21773e3158484c60879a8fdcb806b9cc1163
* 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
ESPHome

Documentation: https://esphome.io/
For issues, please go to the issue tracker.
For feature requests, please see feature requests.
Description
Languages
C++
68.3%
Python
31.5%
C
0.1%