Merge branch 'master' into SPort_Send

This commit is contained in:
pascallanger
2019-10-02 21:07:08 +02:00
11 changed files with 381 additions and 66 deletions

View File

@@ -1001,6 +1001,13 @@ static void protocol_init()
remote_callback = ReadFlyzone;
break;
#endif
#if defined(AFHDS2A_RX_A7105_INO)
case PROTO_AFHDS2A_RX:
PE1_off; //antenna RF1
next_callback = initAFHDS2A_Rx();
remote_callback = AFHDS2A_Rx_callback;
break;
#endif
#endif
#ifdef CC2500_INSTALLED
#if defined(FRSKYD_CC2500_INO)