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:
parent
46918f6f1f
commit
2948591702
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user