mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Merge pull request #8592 from device111/development
fix start without stop condition
This commit is contained in:
commit
e397aaae0e
@ -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