mirror of https://github.com/arendst/Tasmota.git
Fix HTU21 bus number
This commit is contained in:
parent
49709807c7
commit
b39adacc41
|
@ -229,7 +229,7 @@ void HtuDetect(void) {
|
|||
Htu.delay_humidity = 23;
|
||||
}
|
||||
GetTextIndexed(Htu.types, sizeof(Htu.types), index, kHtuTypes);
|
||||
I2cSetActiveFound(Htu.address, Htu.types);
|
||||
I2cSetActiveFound(Htu.address, Htu.types, Htu.bus);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue