Using esp32 idf master branch

Hi :),

is there a way to tell the library manager to use the master branch (v3) instead of the release branch (v2.1 or something) and the same with the esp32 arduino branch?

Kind regards

Currently, we support only stable version of ESP-IDF.

Hello,
is it a way to manually overide (hack) the stable esp-idf 2.1 ?
I would like to use new features provided by esp-idf 3.0 (linenoise …)

I did a try by replacing the content of the framework-espidf package (~2.211.0, esp-idf 2.1) by the content of the esp-idf git MASTER (3.0rc1)
but it lead to the famous “Two environments with different actions were specified for the same target”

Best regards

Fr3d

Could you try the latest PIO Core 3.5.0?

Hi & sorry for the late reply.

Im also interested in this and tested it in PIO Core 3.5.2b2 in VS Code and it brought up the "Two environments with different actions were specified for the same target” issue too.

Is there any fix by now?