mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-02 20:23:14 +00:00
BUGSMINI sub protocol BUGS3H
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 36
|
||||
#define VERSION_PATCH_LEVEL 37
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
@@ -257,12 +257,16 @@ enum E01X
|
||||
E015 = 1,
|
||||
E016H = 2,
|
||||
};
|
||||
enum PROTO_GD00X
|
||||
enum GD00X
|
||||
{
|
||||
GD_V1 = 0,
|
||||
GD_V2 = 1,
|
||||
};
|
||||
|
||||
enum BUGSMINI
|
||||
{
|
||||
BUGSMINI= 0,
|
||||
BUGS3H = 1,
|
||||
};
|
||||
#define NONE 0
|
||||
#define P_HIGH 1
|
||||
#define P_LOW 0
|
||||
|
||||
Reference in New Issue
Block a user