After the update to 4.3.2a1, the working draft does not compile

I understand that progress does not stand still, but what should I do now if a full-featured project does not compile after updating due to errors that did not exist before???
2020-04-17_11-05-31
2020-04-17_11-37-15
2020-04-17_11-38-13
2020-04-17_12-39-49
2020-04-17_12-49-28
2020-04-17_13-21-26
Why there is no information on how to migrate to the new version ESP-IDF 4.0???

Why there is no information on how to migrate to the new version ESP-IDF 4.0???

If your project requires ESP-IDF v3.3 LTS, then set

platform = espressif32@1.11.2

in your platformio.ini version. Documentation on the new required project layout is given in the documentation. Breaking changes from v3 to v4 are given by Espressif’s release notes.

2 Likes