prerelease version 1.0 4

This commit is contained in:
2025-05-10 02:14:16 -06:00
parent 210ee19639
commit 1becea9ce7
2 changed files with 32 additions and 31 deletions
+3 -1
View File
@@ -378,7 +378,7 @@ function handleDownloadInstall() {
# if gitDataLog file doesnt exist, initialize with header
if [[ ! -f "$versionData" ]]; then
writeToLog "date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | action"
echo "date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | actio" > "$versionData";
echo "date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | action" > "$versionData";
fi
# date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | action
@@ -552,6 +552,8 @@ elif [[ "$arg" == "interactive" || "$arg" == "install" || "$arg" == "i" ]]; then
if [ ! -z $readIdfGet ]; then
idfGet="$readIdfGet"
else
idfGet="download"
fi
writeToLog "\n === New $action ===\n"