Adding CFlie protocol (#159)

This commit is contained in:
James Hagerman
2018-05-04 07:12:04 -07:00
committed by pascallanger
parent 811913bf89
commit 07adeaf60d
7 changed files with 925 additions and 3 deletions

View File

@@ -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