Skip to content

Commit 92d3a03

Browse files
committed
🧑‍💻 PIO --silent in build_example
1 parent 258a2ed commit 92d3a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot/bin/build_example

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ cp "$SUB"/_Statusscreen.h Marlin/ 2>/dev/null
2424

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

2929
echo "Success"

0 commit comments

Comments
 (0)