Update main.yml

This commit is contained in:
Ben Lye 2021-02-16 18:26:14 +00:00
parent 2c0525421a
commit 7dab0de3c5

View File

@ -115,7 +115,7 @@ jobs:
# Trim the build down for the Atmega328p board # Trim the build down for the Atmega328p board
if [[ "$BOARD" =~ "multi4in1:avr:multiatmega328p:" ]]; then if [[ "$BOARD" =~ "multi4in1:avr:multiatmega328p:" ]]; then
opt_disable $ALL_PROTOCOLS opt_disable $ALL_PROTOCOLS
opt_enable FRSKYX_CC2500_INO AFHDS2A_A7105_INO MJXQ_NRF24L01_INO DSM_CYRF6936_INO; opt_enable FRSKYX_CC2500_INO AFHDS2A_A7105_INO H8_3D_NRF24L01_INO DSM_CYRF6936_INO;
fi fi
# Trim the enabled protocols down for the STM32F103CB board with debugging or the STM32F103C8 board in general # Trim the enabled protocols down for the STM32F103CB board with debugging or the STM32F103C8 board in general