mirror of
				https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
				synced 2025-10-29 18:11:05 +00:00 
			
		
		
		
	Various improvements to the Travis CI script: * Add channel order builds to releases - now building AETR, TAER, and RETA * Add PPM builds for each channel order with no inversion and PPM banks set to 5 * Log config diff for each build (diff output folded to keep the log readable) * Colorify the "Building" lines to make parsing the log easier * Export .bin files instead of .hex files for the AVR modules * Add Multi.txt to the release files
		
			
				
	
	
		
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| SED=$(which gsed || which sed)
 | |
| 
 | |
| eval "${SED} -i 's/#define \b${1}\b$/#define ${2}/g' Multiprotocol/_Config.h"
 |