New Pelikan protocol

Protocol number: 60
No sub proto
8 channels AETR...
Extended limit supported
!!Only 1 ID for now!!
This commit is contained in:
pascallanger
2019-12-19 22:39:01 +01:00
parent a23d50bf0d
commit afd2be6c59
9 changed files with 201 additions and 3 deletions

View File

@@ -1058,6 +1058,13 @@ static void protocol_init()
remote_callback = AFHDS2A_Rx_callback;
break;
#endif
#if defined(PELIKAN_A7105_INO)
case PROTO_PELIKAN:
PE1_off; //antenna RF1
next_callback = initPelikan();
remote_callback = ReadPelikan;
break;
#endif
#endif
#ifdef CC2500_INSTALLED
#if defined(FRSKYD_CC2500_INO)