Flyzone protocol: 8 channels support

This commit is contained in:
Pascal Langer
2020-07-31 10:42:10 +02:00
parent df28cfe3cc
commit 19164521e4
5 changed files with 25 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 1
#define VERSION_PATCH_LEVEL 47
#define VERSION_PATCH_LEVEL 48
//******************
// Protocols
@@ -390,6 +390,12 @@ enum V761
V761_4CH = 1,
};
enum FLYZONE
{
FLYZONE_5CH = 0,
FLYZONE_8CH = 1,
};
#define NONE 0
#define P_HIGH 1
#define P_LOW 0
@@ -993,6 +999,9 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
sub_protocol==V761
V761_3CH 0
V761_4CH 1
sub_protocol==FLYZONE
FLYZONE_5CH 0
FLYZONE_8CH 1
Power value => 0x80 0=High/1=Low
Stream[3] = option_protocol;