mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-21 16:53:15 +00:00
Hubsan protocol
Added subprotocol H107 (0) Added subprotocol H301 (1) Added subprotocol H501 (2)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 1
|
||||
#define VERSION_REVISION 6
|
||||
#define VERSION_PATCH_LEVEL 35
|
||||
#define VERSION_PATCH_LEVEL 36
|
||||
//******************
|
||||
// Protocols
|
||||
//******************
|
||||
@@ -72,6 +72,12 @@ enum Flysky
|
||||
V912 = 3,
|
||||
CX20 = 4
|
||||
};
|
||||
enum Hubsan
|
||||
{
|
||||
H107 = 0,
|
||||
H301 = 1,
|
||||
H501 = 2,
|
||||
};
|
||||
enum AFHDS2A
|
||||
{
|
||||
PWM_IBUS = 0,
|
||||
@@ -555,6 +561,10 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
|
||||
V6x6 2
|
||||
V912 3
|
||||
CX20 4
|
||||
sub_protocol==Hubsan
|
||||
H107 0
|
||||
H301 1
|
||||
H501 2
|
||||
sub_protocol==Hisky
|
||||
Hisky 0
|
||||
HK310 1
|
||||
|
||||
Reference in New Issue
Block a user