]> granicus.if.org Git - esp-idf/blobdiff - add_path.sh
Merge branch 'bugfix/wifi_fix_invalid_csi_data_index' into 'master'
[esp-idf] / add_path.sh
index 71257aa77af8129cb16d9408739c132b3773d813..bfc27bb49fa1541222183183a5f64cb17bbd66c3 100644 (file)
@@ -9,6 +9,7 @@
 if [ -z ${IDF_PATH} ]; then
        echo "IDF_PATH must be set before including this script."
 else
+       IDF_ADD_PATHS_EXTRAS=
        IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/esptool_py/esptool"
        IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/espcoredump"
        IDF_ADD_PATHS_EXTRAS="${IDF_ADD_PATHS_EXTRAS}:${IDF_PATH}/components/partition_table/"