mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-23 10:23:15 +00:00
New protocol BUGSMINI
Models: MJX Bugs 3 Mini and 3H Protocol BUGSMINI = 42 No sub_protocol Telemetry = RX RSSI and battery voltage good/warning/bad RX_Num is used to give a number to a given model. You must use a different RX_Num per MJX Bugs Mini. A maximum of 16 Bugs Mini are supported. Channels: ARM CH5 ANGLE CH6 FLIP CH7 PICTURE CH8 VIDEO CH9 LED CH10
This commit is contained in:
@@ -171,6 +171,7 @@
|
||||
//The protocols below need a NRF24L01 to be installed
|
||||
#define ASSAN_NRF24L01_INO
|
||||
#define BAYANG_NRF24L01_INO
|
||||
#define BUGSMINI_NRF24L01_INO
|
||||
#define CABELL_NRF24L01_INO
|
||||
#define CFLIE_NRF24L01_INO
|
||||
#define CG023_NRF24L01_INO
|
||||
@@ -562,6 +563,8 @@ const PPM_Parameters PPM_prot[14*NBR_BANKS]= {
|
||||
NONE
|
||||
PROTO_BUGS
|
||||
NONE
|
||||
PROTO_BUGSMINI
|
||||
NONE
|
||||
PROTO_SLT
|
||||
SLT_V1
|
||||
SLT_V2
|
||||
|
||||
Reference in New Issue
Block a user