Pelikan/SCX24: new sub protocol

This commit is contained in:
Pascal Langer
2021-04-16 14:50:53 +02:00
parent 9e0684b6cb
commit 39410c290b
9 changed files with 173 additions and 68 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 72
#define VERSION_PATCH_LEVEL 73
#define MODE_SERIAL 0
@@ -400,6 +400,7 @@ enum PELIKAN
{
PELIKAN_PRO = 0,
PELIKAN_LITE= 1,
PELIKAN_SCX24=2,
};
enum V761
@@ -1086,6 +1087,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
sub_protocol==PELIKAN
PELIKAN_PRO 0
PELIKAN_LITE 1
PELIKAN_SCX24 2
sub_protocol==V761
V761_3CH 0
V761_4CH 1