Skip to content

Commit

Permalink
Disabled protocols in Atmega CYRF builds (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlye authored Nov 30, 2023
1 parent 23af33e commit 61cbe45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildroot/bin/build_release_avr_noboot
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mv build/Multiprotocol.ino.bin ./binaries/mm-avr-usbasp-aetr-CC2500-inv-v$MULTI_
printf "\e[33;1mBuilding mm-avr-usbasp-aetr-CYRF6936-inv-v$MULTI_VERSION.bin\e[0m\n";
opt_disable $ALL_PROTOCOLS;
opt_enable $CYRF6936_PROTOCOLS;
opt_disable E01X_CYRF6936_INO LOSI_CYRF6936_INO
buildMulti;
exitcode=$((exitcode+$?));
mv build/Multiprotocol.ino.bin ./binaries/mm-avr-usbasp-aetr-CYRF6936-inv-v$MULTI_VERSION.bin;
Expand Down
1 change: 1 addition & 0 deletions buildroot/bin/build_release_avr_optiboot
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mv build/Multiprotocol.ino.bin ./binaries/mm-avr-txflash-aetr-CC2500-inv-v$MULTI
printf "\e[33;1mBuilding mm-avr-txflash-aetr-CYRF6936-inv-v$MULTI_VERSION.bin\e[0m\n";
opt_disable $ALL_PROTOCOLS;
opt_enable $CYRF6936_PROTOCOLS;
opt_disable E01X_CYRF6936_INO LOSI_CYRF6936_INO
buildMulti;
exitcode=$((exitcode+$?));
mv build/Multiprotocol.ino.bin ./binaries/mm-avr-txflash-aetr-CYRF6936-inv-v$MULTI_VERSION.bin;
Expand Down

0 comments on commit 61cbe45

Please sign in to comment.