Browse Source

🧑‍💻 PIO --silent in build_example

Scott Lahteine 3 years ago
parent
commit
039a22649f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildroot/bin/build_example

+ 1 - 1
buildroot/bin/build_example

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