feat(tools): Inform user about IDF_PATH set/change in install/export scripts

This commit is contained in:
Marek Fiala
2024-11-07 10:46:50 +01:00
committed by BOT
parent ab3d179f53
commit cad15b50c4
12 changed files with 37 additions and 19 deletions

View File

@ -7,6 +7,8 @@ basedir=$(dirname "$0")
IDF_PATH=$(cd "${basedir}"; pwd -P)
export IDF_PATH
echo "INFO: Using IDF_PATH '${IDF_PATH}' for installation."
echo "Detecting the Python interpreter"
. "${IDF_PATH}/tools/detect_python.sh"