🧑‍💻 PIO --silent in build_example

This commit is contained in:
Scott Lahteine 2022-03-22 19:56:07 -05:00 committed by Scott Lahteine
parent ced0ad8e09
commit 039a22649f

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"