From 600ffe87d7dedb9208a14e74dc3e2ee643943b07 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 14 Jun 2024 11:14:55 +0100 Subject: [PATCH] Disable SCANNER ... (#989) --- buildroot/bin/build_release_stm32f1_cc2500_64k | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildroot/bin/build_release_stm32f1_cc2500_64k b/buildroot/bin/build_release_stm32f1_cc2500_64k index 61b38e0..20b91e8 100644 --- a/buildroot/bin/build_release_stm32f1_cc2500_64k +++ b/buildroot/bin/build_release_stm32f1_cc2500_64k @@ -5,8 +5,7 @@ exitcode=0; # CC2500-only 64Kb FCC builds printf "\e[33;1mBuilding mm-stm-cc2500-64-aetr-v$MULTI_VERSION.bin\e[0m\n"; -#opt_enable $ALL_PROTOCOLS; -#opt_disable IKEAANSLUTA_CC2500_INO; +opt_disable SCANNER_CC2500_INO; opt_disable ENABLE_PPM; opt_disable A7105_INSTALLED; opt_disable CYRF6936_INSTALLED;