diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index b665292..5a3e3e3 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -220,6 +220,7 @@ function handleDownloadInstall() { eval "$gitCloneCmd" returnStatus else + writeToLog "Setting for update mode\n" writeToLog "UPDATING esp-idf, branch $gitBranch with $gitJobs jobs to $idfDir" eval "$gitUpdateCmd" returnStatus diff --git a/version.txt b/version.txt index bad91bc..7ce438c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-alpha0.1 \ No newline at end of file +61-alpha0.1.1 \ No newline at end of file