60-rc1.6.1

This commit is contained in:
2024-11-12 12:38:41 -07:00
parent e86802a5be
commit a7d87a7b96
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -219,8 +219,8 @@ function handleDownloadInstall() {
returnStatus returnStatus
writeToLog "editing $exportScript with git commit hash data: $commitHash" writeToLog "editing $exportScript with git commit hash data: $commitHash"
sed -i "s/commitTAG/\'$commitHash\'/g" $exportScript sed -i "s/commitTAG/$commitHash/g" $exportScript
returnStatus returnStatus
gitDataLog="installed esp-idf from commit $commitHash from branch $gitBranch using $scriptVers" gitDataLog="installed esp-idf from commit $commitHash from branch $gitBranch using $scriptVers"
writeToLog "$gitDataLog" writeToLog "$gitDataLog"
+1 -1
View File
@@ -1 +1 @@
60-rc1.6 60-rc1.6.1