This commit is contained in:
2025-08-18 18:49:02 -06:00
parent e6387d4d5a
commit 9e7223c1bb
6 changed files with 14 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
#!/bin/bash
function getTargets() {
tmpFile='/tmp/targets.tmp'
idf.py --preview --list-targets > "$tmpFile"