diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index bbb92ad..e901bd0 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -34,7 +34,7 @@ gitUpdateCmd="git -C $idfDir reset --hard; git -C $idfDir clean -df; git -C $idf installCmd="$idfDir/install.sh all" -toolsInstallCmd="python $idfDir/tools/idf_tools.py install all 2>/dev/null" +toolsInstallCmd="python $idfDir/tools/idf_tools.py install all" idfGet="update" # default method @@ -477,6 +477,7 @@ function handleChk() { if [[ $totalErrorLoad < 2 ]]; then writeToLog "Installed Successfully, total error load: $totalErrorLoad" + echo -e "\n\n$retCodes\n\n" else writeToLog "Install FAILED! Dumping return codes:\n" writeToLog "$retCodes" diff --git a/version.txt b/version.txt index 89c8d24..4cdf616 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-beta3.3 \ No newline at end of file +61-beta3.4 \ No newline at end of file