When using the new installer for ESP-IDF Tools 2.0 for Windows 10. If you have set the ESP-IDF Tools installations folder incorrectly you can no longer change it to some other location in subsequent install attempts. The first time you i...
Please set it before sourcing this script:" echo " export IDF_PATH=(add path here)" return 1 fi script_dir=$(__script_dir) script_dir=$(__script_dir) if [ -z "${IDF_PATH}" ] then # IDF_PATH not set in the environment. export IDF_PATH="${script_dir}" echo "Setting IDF_...
__verbose "Detected installed tools that are not currently used by active ESP-IDF version." __verbose "${uninstall}" __verbose "For free up even more space, remove installation packages of those tools. Use option '${ESP_PYTHON} ${IDF_PATH}/tools/idf_tools.py uninstall --remove-archives...
# IDF_PATH not set in the environment. # If using bash or zsh, try to guess IDF_PATH from script location. self_path="" self_path="${BASH_SOURCE}" elif [ -n "${ZSH_VERSION-}" ] then self_path="${(%):-%x}" else echo "Could not detect IDF_PATH. Please set it before sou...