Few changes

This commit is contained in:
Pascal Langer 2020-06-20 22:04:26 +02:00
parent 890a042a43
commit c49a7dae0a
2 changed files with 9 additions and 5 deletions

View File

@ -1160,6 +1160,10 @@ static void protocol_init()
#if defined(FRSKYX_CC2500_INO)
case PROTO_FRSKYX:
case PROTO_FRSKYX2:
#ifdef EU_MODULE
if(sub_protocol<2)
break;
#endif
PE1_off; //antenna RF2
PE2_on;
next_callback = initFrSkyX();