mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-02 03:53:15 +00:00
FrSkyX add bind options CH1-8/CH9-16 & Telem ON/OFF
This commit is contained in:
@@ -1709,6 +1709,12 @@ void update_serial_data()
|
||||
#endif
|
||||
if(rx_len>27)
|
||||
{ // Data available for the current protocol
|
||||
#ifdef FRSKYX_CC2500_INO
|
||||
if(protocol==PROTO_FRSKYX && rx_len==28)
|
||||
{//Protocol waiting for 1 byte during bind
|
||||
binding_idx=rx_ok_buff[27];
|
||||
}
|
||||
#endif
|
||||
#ifdef SPORT_SEND
|
||||
if(protocol==PROTO_FRSKYX && rx_len==35)
|
||||
{//Protocol waiting for 8 bytes
|
||||
|
||||
Reference in New Issue
Block a user