This commit is contained in:
Pascal Langer
2019-04-02 09:16:13 +02:00
parent c250c91ab4
commit 0095071ebf
5 changed files with 101 additions and 36 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_REVISION 1
#define VERSION_PATCH_LEVEL 29
#define VERSION_PATCH_LEVEL 30
//******************
// Protocols
@@ -256,6 +256,11 @@ enum E01X
E015 = 1,
E016H = 2,
};
enum PROTO_GD00X
{
GD_V1 = 0,
GD_V2 = 1,
};
#define NONE 0
#define P_HIGH 1
@@ -729,6 +734,9 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
E012 0
E015 1
E016H 2
sub_protocol==GD00X
GD_V1 0
GD_V2 1
Power value => 0x80 0=High/1=Low
Stream[3] = option_protocol;