We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I2C_EEPROM/I2C_eeprom.cpp
Line 39 in 43f4886
Default deviceSize in this constructor is I2C_PAGESIZE_24LC256 when it should be I2C_DEVICESIZE_24LC256
I2C_PAGESIZE_24LC256
I2C_DEVICESIZE_24LC256
The text was updated successfully, but these errors were encountered:
Fix RobTillaart#79
5e40479
Sounds like a bug, will look into it coming week.
Sorry, something went wrong.
Bug confirmed.
bb84b19
@ekinohito
Created a develop branch / PR to update the version to 1.9.2
Thanks again for reporting this issue, appreciated
@ekinohito FYI, released 1.9.2
RobTillaart
Successfully merging a pull request may close this issue.
I2C_EEPROM/I2C_eeprom.cpp
Line 39 in 43f4886
Default deviceSize in this constructor is
I2C_PAGESIZE_24LC256
when it should beI2C_DEVICESIZE_24LC256
The text was updated successfully, but these errors were encountered: