Load esptool.py from submodule, currently WIP esptool.py v2.0

More details at https://github.com/themadinventor/esptool/pull/121
This commit is contained in:
Angus Gratton
2016-09-01 18:30:57 +10:00
parent d793d23b94
commit 96852d49c2
5 changed files with 8 additions and 1813 deletions

View File

@@ -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/:${IDF_PATH}/components/partition_table/"
IDF_ADD_PATHS_EXTRAS="${IDF_PATH}/components/esptool_py/esptool:${IDF_PATH}/components/partition_table/"
export PATH="${PATH}:${IDF_ADD_PATHS_EXTRAS}"
echo "Added to PATH: ${IDF_ADD_PATHS_EXTRAS}"
fi