|
@@ -56,7 +56,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -120,6 +120,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
|
|
|
OS_FOUND=$( command -v uname)
|
|
|
|
|
@@ -684,6 +686,8 @@ do
|
|
|
./lang-build.sh || exit 32
|
|
|
|
|
|
./fw-build.sh || exit 33
|
|
|
+ cp not_tran.txt not_tran_$VARIANT.txt
|
|
|
+ cp not_used.txt not_used_$VARIANT.txt
|
|
|
echo "$(tput sgr 0)"
|
|
|
|
|
|
MOTHERBOARD=$(grep --max-count=1 "\bMOTHERBOARD\b" $SCRIPT_PATH/Firmware/variants/$VARIANT.h | sed -e's/ */ /g' |cut -d ' ' -f3)
|