mirror of
				https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
				synced 2025-10-29 18:11:05 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/usr/bin/env bash | ||
|  | 
 | ||
|  | exitcode=0; | ||
|  | 
 | ||
|  | printf "\n\e[33;1mBuilding multi-stm-xn297dump-ftdidebug-v$MULTI_VERSION.bin\e[0m"; | ||
|  | opt_disable $ALL_PROTOCOLS; | ||
|  | opt_add XN297DUMP_NRF24L01_INO; | ||
|  | buildMulti; | ||
|  | exitcode=$((exitcode+$?)); | ||
|  | mv build/Multiprotocol.ino.bin ./binaries/multi-stm-xn297dump-ftdidebug-v$MULTI_VERSION.bin; | ||
|  | 
 | ||
|  | exit $exitcode; |