We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61fdff commit 3aa2b57Copy full SHA for 3aa2b57
add_path.sh
@@ -9,7 +9,7 @@
9
if [ -z ${IDF_PATH} ]; then
10
echo "IDF_PATH must be set before including this script."
11
else
12
- IDF_ADD_PATHS_EXTRAS="${IDF_PATH}/components/esptool_py/esptool:${IDF_PATH}/components/partition_table/"
+ IDF_ADD_PATHS_EXTRAS="${IDF_PATH}/components/esptool_py/esptool:${IDF_PATH}/components/espcoredump:${IDF_PATH}/components/partition_table/"
13
export PATH="${PATH}:${IDF_ADD_PATHS_EXTRAS}"
14
echo "Added to PATH: ${IDF_ADD_PATHS_EXTRAS}"
15
fi
0 commit comments