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
When using IDF > 5, the i2c driver has been marked as deprecated and you need to use the new i2c driver. When using the new i2c driver, it causes the esp to crash on boot because this library uses the old i2c driver.
To Reproduce
Steps to reproduce the behavior:
Install the library and include
Use the new i2c driver for another i2c device
compile and boot
See error
Expected behavior
Boot and ATECC usable without crashing.
Additional context
i2c: CONFLICT! driver_ng is not allowed to be used with this old driver