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 NfcTag.cpp, in the functions _EEPROM_Read_Byte and _EEPROM_Read_Bytes, there is a Wire.beginTransmission before the Wire.requestFrom and a Wire.endTransmission after it.
Those Wire.beginTransmission and Wire.endTransmission can be removed, they should only be used when writing data.
The text was updated successfully, but these errors were encountered:
In the file NfcTag.cpp, in the functions _EEPROM_Read_Byte and _EEPROM_Read_Bytes, there is a Wire.beginTransmission before the Wire.requestFrom and a Wire.endTransmission after it.
Those Wire.beginTransmission and Wire.endTransmission can be removed, they should only be used when writing data.
The text was updated successfully, but these errors were encountered: