diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index bbef3f9..f8df02a 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -26,7 +26,8 @@ scriptVers=$(cat $runningDir/version.txt) # make sure version.txt does NOT have arg=$1 # just rename the argument var for clarity with the functions # commands -gitCmd="git clone --jobs $gitJobs --branch $gitBranch --single-branch https://github.com/espressif/esp-idf $idfDir" +# gitCmd="git clone --recursive --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir" # no --single-branch +gitCmd="git clone --recursive --jobs $gitJobs --branch $gitBranch --single-branch https://github.com/espressif/esp-idf $idfDir" installCmd="$idfDir/install.sh all" diff --git a/version.txt b/version.txt index 3515cb4..17e7cdb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-release \ No newline at end of file +61-dev0.1 \ No newline at end of file