Skip to content

Commit

Permalink
Add espcoredump to the add_path shell helper
Browse files Browse the repository at this point in the history
  • Loading branch information
methodmissing committed Feb 12, 2017
1 parent c61fdff commit 3aa2b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if [ -z ${IDF_PATH} ]; then
echo "IDF_PATH must be set before including this script."
else
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/"
export PATH="${PATH}:${IDF_ADD_PATHS_EXTRAS}"
echo "Added to PATH: ${IDF_ADD_PATHS_EXTRAS}"
fi
Expand Down

0 comments on commit 3aa2b57

Please sign in to comment.