mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-08-01 18:48:59 +00:00
J6Pro protocol addition
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user