🧑💻 PIO --silent in build_example
This commit is contained in:
parent
ced0ad8e09
commit
039a22649f
@ -24,6 +24,6 @@ cp "$SUB"/_Statusscreen.h Marlin/ 2>/dev/null
|
|||||||
|
|
||||||
echo "Building the firmware now..."
|
echo "Building the firmware now..."
|
||||||
HERE=`dirname "$0"`
|
HERE=`dirname "$0"`
|
||||||
$HERE/mftest -a -n1 || { echo "Failed"; exit 1; }
|
$HERE/mftest -s -a -n1 || { echo "Failed"; exit 1; }
|
||||||
|
|
||||||
echo "Success"
|
echo "Success"
|
||||||
|
Loading…
Reference in New Issue
Block a user