1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

Update ds248x.cpp

Tailing white space detected
This commit is contained in:
Iron Man 2024-04-23 22:40:57 +02:00 committed by GitHub
parent 46918f6f1f
commit 2948591702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,7 +248,7 @@ void DS248xComponent::register_sensor(DS248xTemperatureSensor *sensor) {
void DS248xComponent::update() {
uint8_t channel = 0;
uint8_t nbr_channels = 1;
uint8_t nbr_channels = 1;
int nbr_sensors_on_channel = 0;
if (this->ds248x_type_ == DS248xType::DS2482_800) {