1.2-dev-1
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
function getTargets() {
|
||||
tmpFile='/tmp/targets.tmp'
|
||||
idf.py --list-targets > "$tmpFile"
|
||||
idf.py --preview --list-targets > "$tmpFile"
|
||||
tr '\n' ' ' < "$tmpFile"
|
||||
rm "$tmpFile"
|
||||
}
|
||||
@@ -81,8 +81,6 @@ alias exit-esp-tools="source $binDir/exit-esp-tools.sh"
|
||||
|
||||
echo -e "\nesp-idf version: $ESP_IDF_VERSION commit $commitHash from branch $branchData"
|
||||
|
||||
echo -e "\nrun with 'get-esp-tools'"
|
||||
|
||||
echo -e "\nWelcome to esp-idf!\nAll done :3\n"
|
||||
|
||||
###############################################
|
||||
|
||||
Reference in New Issue
Block a user