RobTillaart/FRAM_I2C

Stewrat

Stewrat007 opened this issue · 4 comments

I have been using FRAM_I2C, on a ESP32-WROVER with a I2C MR44V100A (128Kx8) FRAM, for some time now without any problems whatsoever. However with the release of FRAM_I2C version 0.3.0, PlatformIO has refused to update from version 0.2.2 returning an "Update to 0.3.0 (Incompatible)" message.

When I look a little deeper into the problem, it appears that an error ('PCF8574' has not been declared) is occurring at line 37 of FRAM.cpp. At present I do not use a PCF8574.

Thank you for such a great library,

Stewart

@Stewrat007
Oops that sounds like something very incorrect. I'll have a look.

Copy and paste error (mea culpa) and I did not test the code on ESP32 so it did not pop up.
Also the Arduino CI build does not support ESP32 yet afaik.
Fix is underway.

Fix tested, fixed again, tested again, now compiles with ESP32Wrover (no hw nearby to test it)
When build is done I will merge it and make a new release 0.3.1

0.3.1 version released, should fix the issue.

Thanks for pointing out, and if there are other issues please let me know!
Rob