diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 57c24d2..f62a488 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -26,8 +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 -# gitCloneCmd="git clone --recursive --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir" -gitCloneCmd="git clone --recursive --single-branch --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir" +gitCloneCmd="git clone --recursive --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir" +# gitCloneCmd="git clone --recursive --single-branch --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir" gitUpdateCmd="git -C $idfDir reset --hard; git -C $idfDir clean -df; git -C $idfDir pull $idfDir" # mayhapsnasst? installCmd="$idfDir/install.sh all" toolsInstallCmd="python $idfDir/tools/idf_tools.py install all" diff --git a/version.txt b/version.txt index b041df3..5cbcaf8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-alpha4 \ No newline at end of file +61-alpha4.1 \ No newline at end of file