mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-13 19:13:14 +00:00
Add EU/LBT binaries to the build artifacts (#905)
* Add release LBT builds * Use friendly build names * Script cleanup
This commit is contained in:
5
buildroot/bin/opt_remove
Normal file
5
buildroot/bin/opt_remove
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SED=$(which gsed || which sed)
|
||||
|
||||
eval "${SED} -i '/#define \b${1}/d' Multiprotocol/_Config.h"
|
||||
Reference in New Issue
Block a user