You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:: Infer IDF_PATH from script location
set IDF_PATH=%~dp0
set IDF_PATH=%IDF_PATH:~0,-1%
from line 24 to line 17, i.e. above the statement "set PREFIX=python.exe %IDF_PATH%"
This avoids an error, when running "idf.py build".
The error message was "/tools/idf.py not found".
The text was updated successfully, but these errors were encountered:
I believe that this is the same issue as #7605. It was fixed together with a larger fix in the master branch but it hasn't been backported. So thank you @pius-braun for raising the issue. I assume that you use v4.3.x or an earlier version. We will fix this ASAP.
In export.bat, I had to move the statements:
:: Infer IDF_PATH from script location
set IDF_PATH=%~dp0
set IDF_PATH=%IDF_PATH:~0,-1%
from line 24 to line 17, i.e. above the statement "set PREFIX=python.exe %IDF_PATH%"
This avoids an error, when running "idf.py build".
The error message was "/tools/idf.py not found".
The text was updated successfully, but these errors were encountered: