mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-11 09:52:47 +01:00
HTU21.begin bug fix (#602)
This commit is contained in:
@@ -58,8 +58,8 @@ void setupZsensorHTU21()
|
||||
Wire.begin(I2C_SDA, I2C_SCL);
|
||||
htuSensor.begin(Wire);
|
||||
#else
|
||||
#endif
|
||||
htuSensor.begin();
|
||||
#endif
|
||||
}
|
||||
|
||||
void MeasureTempHum()
|
||||
|
||||
Reference in New Issue
Block a user