mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-08 08:43:19 +00:00
Adding CFlie protocol (#159)
This commit is contained in:
committed by
pascallanger
parent
811913bf89
commit
07adeaf60d
@@ -19,7 +19,8 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_REVISION 0
|
||||
#define VERSION_PATCH_LEVEL 19
|
||||
#define VERSION_PATCH_LEVEL 20
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
//******************
|
||||
@@ -63,6 +64,7 @@ enum PROTOCOLS
|
||||
PROTO_ESKY150 = 35, // =>NRF24L01
|
||||
PROTO_H8_3D = 36, // =>NRF24L01
|
||||
PROTO_CORONA = 37, // =>CC2500
|
||||
PROTO_CFLIE = 38, // =>NRF24L01
|
||||
};
|
||||
|
||||
enum Flysky
|
||||
@@ -556,6 +558,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
|
||||
ESKY150 35
|
||||
H8_3D 36
|
||||
CORONA 37
|
||||
CFlie 38
|
||||
BindBit=> 0x80 1=Bind/0=No
|
||||
AutoBindBit=> 0x40 1=Yes /0=No
|
||||
RangeCheck=> 0x20 1=Yes /0=No
|
||||
|
||||
Reference in New Issue
Block a user