J6Pro protocol addition

This commit is contained in:
pascallanger
2016-07-27 22:24:48 +02:00
parent 8ac476b6bd
commit 32b962b036
4 changed files with 297 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ enum PROTOCOLS
MODE_MJXQ=18, // =>NRF24L01
MODE_SHENQI=19, // =>NRF24L01
MODE_FY326=20, // =>NRF24L01
MODE_SFHSS=21 // =>CC2500
MODE_SFHSS=21, // =>CC2500
MODE_J6PRO=22 // =>CYRF6936
};
enum Flysky
@@ -510,6 +511,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
SHENQI 19
FY326 20
SFHSS 21
J6PRO 22
BindBit=> 0x80 1=Bind/0=No
AutoBindBit=> 0x40 1=Yes /0=No
RangeCheck=> 0x20 1=Yes /0=No
@@ -576,4 +578,4 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
2047 +125%
Channels bits are concatenated to fit in 22 bytes like in SBUS protocol
*/