Hi,
The framework I use is espidf, and I would like to exchange the default one (package.json file specifies it as “version”:“1.90.0”) for the latest release candidate due to support for Bluetooth.
I tried to follow steps described in “How do I override a platformio framework?”, but simply exchanging the catalog (.platformio/packages/framework-espidf) content does not work.
First of all I have to add package.json(for 1.90.0 version) to the project folder otherwise sources are updated. Then, there are compilation errors.
Is there a way to update the espidf framework ?