New protocol Scorpio

Model Falco 300
This commit is contained in:
pascallanger
2023-06-04 12:02:37 +02:00
parent 5949fca990
commit daa4ded390
8 changed files with 147 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 3
#define VERSION_PATCH_LEVEL 25
#define VERSION_PATCH_LEVEL 27
#define MODE_SERIAL 0
@@ -121,7 +121,8 @@ enum PROTOCOLS
PROTO_XERALL = 91, // =>NRF24L01
PROTO_MT99XX2 = 92, // =>NRF24L01, extension of MT99XX protocol
PROTO_KYOSHO2 = 93, // =>NRF24L01
PROTO_SCORPIO = 94, // =>CYRF6936
PROTO_NANORF = 126, // =>NRF24L01
PROTO_TEST = 127, // =>CC2500
};