From a33a562c79be1a6b2aac91739920c319bf054278 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 15:44:12 -0700 Subject: [PATCH] 61-dev0.1 --- reinstall-esp-idf.sh | 3 ++- version.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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