You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file "Sonoff-MQTT-OTA-Arduino/sonoff/support.ino", in the function "i2cRead()" there is an extra Wire.endTransmission() within the while, after the Wire.requestFrom(). That extra Wire.endTransmission() should not be there, since it should not be used on its own.
Explanation: Common-mistakes#2
The text was updated successfully, but these errors were encountered:
In the file "Sonoff-MQTT-OTA-Arduino/sonoff/support.ino", in the function "i2cRead()" there is an extra Wire.endTransmission() within the while, after the Wire.requestFrom(). That extra Wire.endTransmission() should not be there, since it should not be used on its own.
Explanation: Common-mistakes#2
The text was updated successfully, but these errors were encountered: