diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 5a3e3e3..e0f3218 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -340,7 +340,7 @@ function handleEmptyLogs() { echo "Creating empty file at $log" touch $log - echo "\treturn status: ${?}\n" + echo -e "\treturn status: ${?}\n" echo "Creating empty file at $versionData" touch $versionData diff --git a/version.txt b/version.txt index 7ce438c..fa6dc79 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-alpha0.1.1 \ No newline at end of file +61-alpha0.1.2 \ No newline at end of file