espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
102 stars 21 forks source link

idf.py.exe - check for requirements or remove dependency of the tool #96

Closed georgik closed 2 years ago

georgik commented 2 years ago

ESP-IDF deployed by Windows Installer should not need idf.py.exe project. CMD and PowerShell activators contains all the necessary stuff. Evaluate reason why we need this tool. If the tool is really required add check for dependencies on MSVCRT or other requirements. Other option would be to add it to idf-env, which is able to run on all versions of Windows.

georgik commented 2 years ago

Solved by new version of idf.py.exe