mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-31 01:33:16 +00:00
SLT sub protocol MR100 for Vista
CH9: MODE CH10: FLIP CH11: VIDEO CH12:PICTURE
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_REVISION 0
|
||||
#define VERSION_PATCH_LEVEL 42
|
||||
#define VERSION_PATCH_LEVEL 44
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
@@ -127,6 +127,7 @@ enum SLT
|
||||
SLT_V1 = 0,
|
||||
SLT_V2 = 1,
|
||||
Q200 = 2,
|
||||
MR100 = 3,
|
||||
};
|
||||
enum CX10
|
||||
{
|
||||
@@ -703,6 +704,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
|
||||
SLT_V1 0
|
||||
SLT_V2 1
|
||||
Q200 2
|
||||
MR100 3
|
||||
|
||||
Power value => 0x80 0=High/1=Low
|
||||
Stream[3] = option_protocol;
|
||||
|
||||
Reference in New Issue
Block a user