1.2-dev-1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function getTargets() {
|
||||
tmpFile='/tmp/targets.tmp'
|
||||
idf.py --list-targets > "$tmpFile"
|
||||
idf.py --preview --list-targets > "$tmpFile"
|
||||
tr '\n' ' ' < "$tmpFile"
|
||||
rm "$tmpFile"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user