Add XN297 Dump protocol

Protocol number: 63
Sub protocols: 0=250Kb, 1=1Mb, 2=2Mb
Option: -1=scan RF channels, 0-84=RF channel
DEBUG_SERIAL must be enabled
If a valid frame is received the frame will be sent on the serial port.
This commit is contained in:
Pascal Langer
2019-05-08 22:01:24 +02:00
parent 2dcb6b1987
commit 6748f6ce78
6 changed files with 210 additions and 14 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_REVISION 1
#define VERSION_PATCH_LEVEL 39
#define VERSION_PATCH_LEVEL 40
//******************
// Protocols
@@ -74,7 +74,7 @@ enum PROTOCOLS
PROTO_E01X = 45, // =>NRF24L01
PROTO_V911S = 46, // =>NRF24L01
PROTO_GD00X = 47, // =>NRF24L01
PROTO_TEST = 63, // =>NRF24L01
PROTO_XN297DUMP = 63, // =>NRF24L01
};
enum Flysky