Skip to content

Commit

Permalink
fix start without stop condition
Browse files Browse the repository at this point in the history
  • Loading branch information
device111 committed Jun 1, 2020
1 parent e4e9a39 commit 917124a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasmota/support.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,7 @@ bool I2cValidRead(uint8_t addr, uint8_t reg, uint8_t size)
}
retry--;
}
if (!retry) Wire.endTransmission();
return status;
}

Expand Down

0 comments on commit 917124a

Please sign in to comment.