Ben Lye 7903b7d65f
Travis updates (#272)
* Add channel order builds to releases and log config diff for each build
* Try to fold the git diffs
* Colorify the "Building" lines
* Export .bin files for the AVR modules
* Add Multi.txt to the binaries
2019-09-30 20:12:32 +01:00

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"