mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 13:08:13 +00:00
Few changes
This commit is contained in:
parent
890a042a43
commit
c49a7dae0a
@ -1160,6 +1160,10 @@ static void protocol_init()
|
|||||||
#if defined(FRSKYX_CC2500_INO)
|
#if defined(FRSKYX_CC2500_INO)
|
||||||
case PROTO_FRSKYX:
|
case PROTO_FRSKYX:
|
||||||
case PROTO_FRSKYX2:
|
case PROTO_FRSKYX2:
|
||||||
|
#ifdef EU_MODULE
|
||||||
|
if(sub_protocol<2)
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
PE1_off; //antenna RF2
|
PE1_off; //antenna RF2
|
||||||
PE2_on;
|
PE2_on;
|
||||||
next_callback = initFrSkyX();
|
next_callback = initFrSkyX();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user