🧑‍💻 PIO --silent in build_example

This commit is contained in:
Scott Lahteine 2022-03-22 19:56:07 -05:00
parent 258a2ed112
commit 92d3a038c2

View file

@ -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"