MT99xx2/PA18: new protocol

This commit is contained in:
Pascal Langer
2022-01-23 17:56:00 +01:00
parent af71a208fd
commit 8b05e55ebd
7 changed files with 128 additions and 39 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 3
#define VERSION_PATCH_LEVEL 7
#define VERSION_PATCH_LEVEL 8
#define MODE_SERIAL 0
@@ -119,6 +119,7 @@ enum PROTOCOLS
PROTO_LOSI = 89, // =>CYRF6936
PROTO_MOULDKG = 90, // =>NRF24L01
PROTO_XERALL = 91, // =>NRF24L01
PROTO_MT99XX2 = 92, // =>NRF24L01, extension of MT99XX protocol
PROTO_NANORF = 126, // =>NRF24L01
PROTO_TEST = 127, // =>CC2500
@@ -236,6 +237,10 @@ enum MT99XX
DRAGON = 6,
F949G = 7,
};
enum MT99XX2
{
PA18 = 0,
};
enum MJXQ
{
WLH08 = 0,