| 
					
				 | 
			
			
				@@ -56,7 +56,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #   Some may argue that this is only used by a script, BUT as soon someone accidentally or on purpose starts Arduino IDE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #   it will use the default Arduino IDE folders and so can corrupt the build environment. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-# Version: 2.0.0-Build_63 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# Version: 2.0.0-Build_66 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Change log: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 12 Jan 2019, 3d-gussner, Fixed "compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections" in 'platform.txt' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 16 Jan 2019, 3d-gussner, Build_2, Added development check to modify 'Configuration.h' to prevent unwanted LCD messages that Firmware is unknown 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -165,6 +165,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 23 Jun 2021, 3d-gussner, Improve MK404 usage 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 24 Jun 2021, 3d-gussner, Fix MK404 user interaction not to show if compiling 'All' variants 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 24 Jun 2021, 3d-gussner, MK404 is only supported on Linux at this moment. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# 03 Jan 2022, 3d-gussner, Remove calling lang-community.sh as not needed anymore 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -220,7 +221,7 @@ while getopts b:c:d:g:h:i:j:l:m:n:o:p:v:x:y:?h flag 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # '?' 'h' argument usage and help 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 if [ "$help_flag" == "1" ] ; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 echo "***************************************" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-echo "* PF-build.sh Version: 2.0.0-Build_63 *" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+echo "* PF-build.sh Version: 2.0.0-Build_66 *" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 echo "***************************************" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 echo "Arguments:" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 echo "$(tput setaf 2)-b$(tput sgr0) Build/commit number" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1302,8 +1303,6 @@ create_multi_firmware() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # build languages 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         echo "$(tput setaf 3)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ./lang-build.sh || failures 25 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        # build community languages 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #./lang-community.sh || failures 25 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # Combine compiled firmware with languages  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ./fw-build.sh || failures 25 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         cp not_tran.txt not_tran_$VARIANT.txt 
			 |