60-rc1.6.2

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