Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» PIO --silent in build_example
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 23, 2022
1 parent 258a2ed commit 92d3a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/bin/build_example
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ cp "$SUB"/_Statusscreen.h Marlin/ 2>/dev/null

echo "Building the firmware now..."
HERE=`dirname "$0"`
$HERE/mftest -a -n1 || { echo "Failed"; exit 1; }
$HERE/mftest -s -a -n1 || { echo "Failed"; exit 1; }

echo "Success"

0 comments on commit 92d3a03

Please sign in to comment.