mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 19:58:13 +00:00
Update protocol details
This commit is contained in:
parent
e7d91bc76a
commit
5ef1ccb99b
@ -118,7 +118,7 @@ uint16_t initBayang_Rx()
|
||||
|
||||
uint16_t Bayang_Rx_callback()
|
||||
{
|
||||
static uint8_t i;
|
||||
uint8_t i;
|
||||
static int8_t read_retry;
|
||||
static uint16_t pps_counter;
|
||||
static uint32_t pps_timer = 0;
|
||||
|
@ -69,7 +69,7 @@ Protocol Name|Protocol Number|Sub_Proto 0|Sub_Proto 1|Sub_Proto 2|Sub_Proto 3|Su
|
||||
---|---|---|---|---|---|---|---|---|---|---|---
|
||||
[Assan](Protocols_Details.md#ASSAN---24)|24|ASSAN||||||||NRF24L01|
|
||||
[Bayang](Protocols_Details.md#BAYANG---14)|14|Bayang|H8S3D|X16_AH|IRDRONE|DHD_D4||||NRF24L01|XN297
|
||||
[BayanRX](Protocols_Details.md#BAYANG--RX---59)|59|||||||||NRF24L01|
|
||||
[Bayang RX](Protocols_Details.md#BAYANG--RX---59)|59|||||||||NRF24L01|
|
||||
[Bugs](Protocols_Details.md#BUGS---41)|41|BUGS||||||||A7105|
|
||||
[BugsMini](Protocols_Details.md#BUGSMINI---42)|42|BUGSMINI|BUGS3H|||||||NRF24L01|XN297
|
||||
[Cabell](Protocols_Details.md#Cabell---34)|34|Cabell_V3|C_TELEM|-|-|-|-|F_SAFE|UNBIND|NRF24L01|
|
||||
@ -678,6 +678,12 @@ TAKE_OFF|EMG_STOP
|
||||
## BAYANG RX - *59*
|
||||
The Bayang receiver protocol enables master/slave trainning, separate access from 2 different radios to the same model,...
|
||||
|
||||
Channels 1-4 are AETR
|
||||
Channel 5 set to 100% while flip channel is enabled
|
||||
Channel 6 set to 100% while rth channel is enabled
|
||||
Channel 7 set to 100% while picture channel is enabled
|
||||
Channel 8 set to 100% while video channel is enabled
|
||||
|
||||
Available in OpenTX 2.3.2, Trainer Mode Master/Multi
|
||||
|
||||
Extended limits not supported
|
||||
|
Loading…
x
Reference in New Issue
Block a user