mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-13 10:17:55 +00:00
* 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
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"
|