Disable SCANNER ... (#989)

This commit is contained in:
Ben Lye 2024-06-14 11:14:55 +01:00 committed by GitHub
parent c6ff0e27d9
commit 600ffe87d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,7 @@ exitcode=0;
# CC2500-only 64Kb FCC builds # CC2500-only 64Kb FCC builds
printf "\e[33;1mBuilding mm-stm-cc2500-64-aetr-v$MULTI_VERSION.bin\e[0m\n"; printf "\e[33;1mBuilding mm-stm-cc2500-64-aetr-v$MULTI_VERSION.bin\e[0m\n";
#opt_enable $ALL_PROTOCOLS; opt_disable SCANNER_CC2500_INO;
#opt_disable IKEAANSLUTA_CC2500_INO;
opt_disable ENABLE_PPM; opt_disable ENABLE_PPM;
opt_disable A7105_INSTALLED; opt_disable A7105_INSTALLED;
opt_disable CYRF6936_INSTALLED; opt_disable CYRF6936_INSTALLED;