mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-04-19 14:59:58 +00:00
New protocol POTENSIC
Model: A20 Protocol number: 51 Sub protocol: none Channels: - CH5 TAKE_OFF/LANDING: momentary switch -100% -> +100% - CH6 EMERGENCY: Stop +100% - CH7 MODE: MODE: Beginner -100%, Medium 0%, Advanced +100% - CH8 HEADLESS: Off -100%, On +100%
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_REVISION 1
|
||||
#define VERSION_PATCH_LEVEL 62
|
||||
#define VERSION_PATCH_LEVEL 63
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
@@ -77,6 +77,7 @@ enum PROTOCOLS
|
||||
PROTO_V761 = 48, // =>NRF24L01
|
||||
PROTO_KF606 = 49, // =>NRF24L01
|
||||
PROTO_REDPINE = 50, // =>CC2500
|
||||
PROTO_POTENSIC = 51, // =>NRF24L01
|
||||
PROTO_XN297DUMP = 63, // =>NRF24L01
|
||||
};
|
||||
|
||||
@@ -620,6 +621,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
|
||||
V761 48
|
||||
KF606 49
|
||||
REDPINE 50
|
||||
POTENSIC 51
|
||||
BindBit=> 0x80 1=Bind/0=No
|
||||
AutoBindBit=> 0x40 1=Yes /0=No
|
||||
RangeCheck=> 0x20 1=Yes /0=No
|
||||
|
||||
Reference in New Issue
Block a user