mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Fix EZO sensors on esp32
This commit is contained in:
parent
11d51f922d
commit
5e1c7815fb
@ -53,7 +53,7 @@ struct EZOStruct {
|
||||
{
|
||||
// Transmit our command verbatim
|
||||
Wire.beginTransmission(addr);
|
||||
Wire.write(cmd, len);
|
||||
Wire.write((uint8_t*)cmd, len);
|
||||
if (Wire.endTransmission() != 0) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user