Building from a custom framework repository (ESP-IDF)

In theory, it works like so:

platform_packages = framework-espidf @ https://github.com/espressif/esp-idf @ v4.0-beta

However, version 4 of the frameworks makes changes to the tooling and the build system as well. So it won’t build successfully.

You will have to wait until PlatformIO releases an official update for the ESP-IDF framework. This won’t happen as long as ESP-IDF 4 has not released a productive version.

1 Like