Lines Matching full:echo
5 echo "IDF_PATH must be set before sourcing this script"
11 echo "Detecting the Python interpreter"
14 echo "Adding ESP-IDF tools to PATH..."
21 echo "Checking if Python packages are up to date..."
39 echo "Added the following directories to PATH:"
41 echo $entry
44 echo "All paths are already set."
61 echo "Done! You can now compile ESP-IDF projects."
62 echo "Go to the project directory and run:"
63 echo ""
64 echo " idf.py build"
65 echo ""