From 4a4a7875b53b1a3822ffe2b881b5535bf9aabb21 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Sat, 10 Oct 2020 19:32:44 +0100 Subject: [PATCH] Update build_release_stm32f1_no_debug --- buildroot/bin/build_release_stm32f1_no_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/bin/build_release_stm32f1_no_debug b/buildroot/bin/build_release_stm32f1_no_debug index 0833fab..aa7a514 100644 --- a/buildroot/bin/build_release_stm32f1_no_debug +++ b/buildroot/bin/build_release_stm32f1_no_debug @@ -25,12 +25,12 @@ buildMulti; exitcode=$((exitcode+$?)); mv build/Multiprotocol.ino.bin ./binaries/multi-stm-reta-v$MULTI_VERSION.bin; - printf "\n\e[33;1mBuilding multi-cc2500-aetr-v$MULTI_VERSION.bin\e[0m"; opt_replace RETA AETR; opt_disable A7105_INSTALLED; opt_disable CYRF6936_INSTALLED; opt_disable NRF24L01_INSTALLED; +opt_disable INVERT_TELEMETRY; buildMulti; exitcode=$((exitcode+$?)); mv build/Multiprotocol.ino.bin ./binaries/multi-cc2500-aetr-v$MULTI_VERSION.bin;