This commit is contained in:
2024-11-13 01:11:18 -07:00
parent 2c207235a1
commit 39a987ed93
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -310,9 +310,9 @@ function handleDownloadInstall() {
commitHash=$(git -C $idfDir rev-parse HEAD) commitHash=$(git -C $idfDir rev-parse HEAD)
returnStatus returnStatus
gitDataLog="installed esp-idf from commit $commitHash from branch $gitBranch using $scriptVers" gitDataLog="$(date '+%d/%m/%Y %H:%M:%S %Z (%s)') commit $commitHash branch $gitBranch version $scriptVers action $action"
writeToLog "$gitDataLog" writeToLog "$gitDataLog"
echo -e "$gitDataLog" >> $versionData echo "$gitDataLog" >> $versionData
returnStatus returnStatus
} }
+1 -1
View File
@@ -1 +1 @@
61-beta1.1 61-beta2