Browse Source

🧑‍💻 PIO --silent in build_example

Scott Lahteine 2 years ago
parent
commit
92d3a038c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/bin/build_example

+ 1
- 1
buildroot/bin/build_example View File

24
 
24
 
25
 echo "Building the firmware now..."
25
 echo "Building the firmware now..."
26
 HERE=`dirname "$0"`
26
 HERE=`dirname "$0"`
27
-$HERE/mftest -a -n1 || { echo "Failed"; exit 1; }
27
+$HERE/mftest -s -a -n1 || { echo "Failed"; exit 1; }
28
 
28
 
29
 echo "Success"
29
 echo "Success"

Loading…
Cancel
Save