mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-11 17:27:52 +00:00
Update build_release_stm32f1_no_debug
This commit is contained in:
parent
4a4a7875b5
commit
a22b194a45
@ -3,12 +3,7 @@
|
|||||||
exitcode=0;
|
exitcode=0;
|
||||||
|
|
||||||
printf "\n\e[33;1mBuilding multi-stm-aetr-v$MULTI_VERSION.bin\e[0m";
|
printf "\n\e[33;1mBuilding multi-stm-aetr-v$MULTI_VERSION.bin\e[0m";
|
||||||
opt_enable CHECK_FOR_BOOTLOADER;
|
|
||||||
opt_disable ENABLE_PPM;
|
opt_disable ENABLE_PPM;
|
||||||
opt_enable $ALL_PROTOCOLS;
|
|
||||||
opt_disable MULTI_STATUS;
|
|
||||||
opt_enable MULTI_TELEMETRY;
|
|
||||||
opt_enable INVERT_TELEMETRY;
|
|
||||||
buildMulti;
|
buildMulti;
|
||||||
exitcode=$((exitcode+$?));
|
exitcode=$((exitcode+$?));
|
||||||
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-aetr-v$MULTI_VERSION.bin;
|
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-aetr-v$MULTI_VERSION.bin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user