New protocol: Flyzone

Models compatible with TX FZ-410
Protocol 53
No sub protocol
This commit is contained in:
Pascal Langer
2019-08-17 22:37:00 +02:00
parent ad29409407
commit 1ffb5c405b
7 changed files with 225 additions and 42 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_REVISION 1
#define VERSION_PATCH_LEVEL 70
#define VERSION_PATCH_LEVEL 71
//******************
// Protocols
@@ -79,6 +79,7 @@ enum PROTOCOLS
PROTO_REDPINE = 50, // =>CC2500
PROTO_POTENSIC = 51, // =>NRF24L01
PROTO_ZSX = 52, // =>NRF24L01
PROTO_FLYZONE = 53, // =>A7105
PROTO_XN297DUMP = 63, // =>NRF24L01
};
@@ -90,6 +91,10 @@ enum Flysky
V912 = 3,
CX20 = 4,
};
enum Flyzone
{
FZ410 = 0,
};
enum Hubsan
{
H107 = 0,
@@ -630,6 +635,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
REDPINE 50
POTENSIC 51
ZSX 52
FLYZONE 53
BindBit=> 0x80 1=Bind/0=No
AutoBindBit=> 0x40 1=Yes /0=No
RangeCheck=> 0x20 1=Yes /0=No