Add Bayang RX protocol

This commit is contained in:
Goebish
2019-11-29 02:06:58 +01:00
parent 69519bdf14
commit 1f13a6c281
4 changed files with 165 additions and 9 deletions

View File

@@ -227,7 +227,7 @@ uint8_t packet_in[TELEMETRY_BUFFER_SIZE];//telemetry receiving packets
#endif
//RX protocols
#if defined(AFHDS2A_RX_A7105_INO) || defined(FRSKY_RX_CC2500_INO)
#if defined(AFHDS2A_RX_A7105_INO) || defined(FRSKY_RX_CC2500_INO) || defined(BAYANG_RX_NRF24L01_INO)
bool rx_data_started;
bool rx_disable_lna;
uint16_t rx_rc_chan[16];