mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-29 07:53:15 +00:00
E016H subprotocol addition to E01X
Protocol E01X (45) Subprotocol E016H (2) Channels: CH5=STOP CH6=FLIP CH8=HEADLESS CH9=RTH
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_REVISION 1
|
||||
#define VERSION_PATCH_LEVEL 25
|
||||
#define VERSION_PATCH_LEVEL 26
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
@@ -254,6 +254,7 @@ enum E01X
|
||||
{
|
||||
E012 = 0,
|
||||
E015 = 1,
|
||||
E016H = 2,
|
||||
};
|
||||
|
||||
#define NONE 0
|
||||
@@ -727,6 +728,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
|
||||
sub_protocol==E01X
|
||||
E012 0
|
||||
E015 1
|
||||
E016H 2
|
||||
|
||||
Power value => 0x80 0=High/1=Low
|
||||
Stream[3] = option_protocol;
|
||||
|
||||
Reference in New Issue
Block a user