diff --git a/buildroot/bin/build_release_stm32f1_no_debug b/buildroot/bin/build_release_stm32f1_no_debug index aa7a514..864bd83 100644 --- a/buildroot/bin/build_release_stm32f1_no_debug +++ b/buildroot/bin/build_release_stm32f1_no_debug @@ -3,12 +3,7 @@ exitcode=0; printf "\n\e[33;1mBuilding multi-stm-aetr-v$MULTI_VERSION.bin\e[0m"; -opt_enable CHECK_FOR_BOOTLOADER; opt_disable ENABLE_PPM; -opt_enable $ALL_PROTOCOLS; -opt_disable MULTI_STATUS; -opt_enable MULTI_TELEMETRY; -opt_enable INVERT_TELEMETRY; buildMulti; exitcode=$((exitcode+$?)); mv build/Multiprotocol.ino.bin ./binaries/multi-stm-aetr-v$MULTI_VERSION.bin;