mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
fix start without stop condition
This commit is contained in:
parent
e4e9a39c79
commit
917124af26
@ -1459,6 +1459,7 @@ bool I2cValidRead(uint8_t addr, uint8_t reg, uint8_t size)
|
||||
}
|
||||
retry--;
|
||||
}
|
||||
if (!retry) Wire.endTransmission();
|
||||
return status;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user