1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-07 19:30:29 +01:00
This commit is contained in:
Anton Viktorov 2024-03-11 00:54:32 +01:00
parent 969bf6be78
commit 95a14f0020

View File

@ -142,7 +142,7 @@ class BH1745Component : public PollingComponent, public i2c::I2CDevice {
float calculate_lux_(Readings &data);
float calculate_cct_(Readings &data);
void publish_data_();
};