mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-08-01 18:48:59 +00:00
New protocols and optimizations
New protocols: - FQ777 for FQ777-124 - MT99xx -> "LS" for 114/124
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
#define MJXQ_NRF24L01_INO
|
||||
#define SHENQI_NRF24L01_INO
|
||||
#define FY326_NRF24L01_INO
|
||||
#define FQ777_NRF24L01_INO
|
||||
#endif
|
||||
|
||||
//Uncomment to enable telemetry
|
||||
@@ -153,6 +154,7 @@ const PPM_Parameters PPM_prot[15]= {
|
||||
MT99
|
||||
H7
|
||||
YZ
|
||||
LS
|
||||
MODE_MJXQ
|
||||
WLH08
|
||||
X600
|
||||
@@ -166,6 +168,8 @@ const PPM_Parameters PPM_prot[15]= {
|
||||
NONE
|
||||
MODE_J6PRO
|
||||
NONE
|
||||
MODE_FQ777
|
||||
NONE
|
||||
|
||||
RX_Num value between 0 and 15
|
||||
|
||||
|
||||
Reference in New Issue
Block a user