exit_idf added. added echo of ESP_IDF_VERSION to export

This commit is contained in:
2025-04-30 11:35:40 -06:00
parent 08dffc74b3
commit f02f963ed5
6 changed files with 37 additions and 11 deletions
+3 -2
View File
@@ -295,7 +295,7 @@ function handleDownloadInstall() {
gitChk=$?
iendTime=$(date '+%s')
installerTime=$(($iendTime-$istartTime))
writeToLog "Git CLONE completed in $installerTime seconds\n"
writeToLog "Git CLONE completed in $installerTime seconds from branch $gitBranch\n"
else
writeToLog "Setting for update mode\n"
@@ -306,7 +306,7 @@ function handleDownloadInstall() {
gitChk=$?
iendTime=$(date '+%s')
installerTime=$(($iendTime-$istartTime))
writeToLog "Git UPDATE completed in $installerTime seconds\n"
writeToLog "Git UPDATE completed in $installerTime seconds from Branch $gitBranch\n"
fi
istartTime=$(date '+%s')
@@ -587,6 +587,7 @@ elif [[ "$arg" == "interactive" || "$arg" == "i" ]]; then
elif [[ "$arg" == "cron" || "$arg" == "c" ]]; then # full install with warn, sleep, and reboot
action="REINSTALL (CRON)"
# sleepMins=3
idfGet="update"
sleepMins=0
handleStart