Skip to content

Commit 3aa2b57

Browse files
committed
Add espcoredump to the add_path shell helper
1 parent c61fdff commit 3aa2b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add_path.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if [ -z ${IDF_PATH} ]; then
1010
echo "IDF_PATH must be set before including this script."
1111
else
12-
IDF_ADD_PATHS_EXTRAS="${IDF_PATH}/components/esptool_py/esptool:${IDF_PATH}/components/partition_table/"
12+
IDF_ADD_PATHS_EXTRAS="${IDF_PATH}/components/esptool_py/esptool:${IDF_PATH}/components/espcoredump:${IDF_PATH}/components/partition_table/"
1313
export PATH="${PATH}:${IDF_ADD_PATHS_EXTRAS}"
1414
echo "Added to PATH: ${IDF_ADD_PATHS_EXTRAS}"
1515
fi

0 commit comments

Comments
 (0)