The code in this repo doesn't work with newer versions of esp-idf any more (e.g. esp-idf-v5.3-beta2). The reason is the use of the old i2c driver in places like components-third-party/bus .
Please update.
The error I'm currently getting is
i2c: CONFLICT! driver_ng is not allowed to be used with this old driver
The code in this repo doesn't work with newer versions of esp-idf any more (e.g. esp-idf-v5.3-beta2). The reason is the use of the old i2c driver in places like components-third-party/bus .
Please update.
The error I'm currently getting is
i2c: CONFLICT! driver_ng is not allowed to be used with this old driver