From 9904a32d874235c0b17d4cba87d1f353bd051dfe Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 18:13:26 -0700 Subject: [PATCH] 61-alpha0.1.1 --- reinstall-esp-idf.sh | 1 + version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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