mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-02 03:53:15 +00:00
FY326: new sub protocol FY319
Protocol: 20 Sub_protocol: 1 Untested
This commit is contained in:
@@ -159,6 +159,11 @@ enum V2X2
|
||||
V2X2 = 0,
|
||||
JXD506 = 1,
|
||||
};
|
||||
enum FY326
|
||||
{
|
||||
FY326 = 0,
|
||||
FY319 = 1,
|
||||
};
|
||||
|
||||
#define NONE 0
|
||||
#define P_HIGH 1
|
||||
@@ -498,6 +503,9 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
|
||||
sub_protocol==V2X2
|
||||
V2X2 0
|
||||
JXD506 1
|
||||
sub_protocol==FY326
|
||||
FY326 0
|
||||
FY319 1
|
||||
|
||||
Power value => 0x80 0=High/1=Low
|
||||
Stream[3] = option_protocol;
|
||||
|
||||
Reference in New Issue
Block a user