Esky150: add sub protocols 4CH and 7CH

This commit is contained in:
pascallanger
2019-11-28 17:01:33 +01:00
parent 6a7497cdf8
commit c803eeb26a
6 changed files with 24 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 0
#define VERSION_PATCH_LEVEL 45
#define VERSION_PATCH_LEVEL 46
//******************
// Protocols
@@ -292,6 +292,11 @@ enum TRAXXAS
{
RX6519 = 0,
};
enum ESKY150
{
ESKY150_4CH = 0,
ESKY150_7CH = 1,
};
#define NONE 0
#define P_HIGH 1
@@ -814,6 +819,9 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
RED_SLOW 1
sub_protocol==TRAXXAS
RX6519 0
sub_protocol==ESKY150
ESKY150_4CH 0
ESKY150_7CH 1
Power value => 0x80 0=High/1=Low
Stream[3] = option_protocol;