We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e4eba commit af83a6fCopy full SHA for af83a6f
package.sh
@@ -37,6 +37,8 @@ mv _variants variants
37
38
# Remove fqbns not in $FQBNS list
39
touch _boards.txt
40
+# Save all menus (will not be displayed if unused)
41
+cat boards.txt | grep "^menu\." >> _boards.txt
42
for board in $FQBNS; do
43
cat boards.txt | grep "$board\." >> _boards.txt
44
done
0 commit comments