Browse Source

🧑‍💻 PIO --silent in build_example

FB4S_WIFI
Scott Lahteine 2 years ago
committed by Scott Lahteine
parent
commit
039a22649f
  1. 2
      buildroot/bin/build_example

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

Loading…
Cancel
Save