Merge 569aadf16dd6940a085c47893bd13276265284f1 into d90e698a1576922f8243fdc3eda375269302da72

This commit is contained in:
Arne Schwabe 2016-03-15 12:25:48 +00:00
commit 5a4388d1a2
2 changed files with 3 additions and 3 deletions

View File

@ -43,6 +43,7 @@ CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|--- ---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS
Only one model can be flown at the same time since the ID is hardcoded.
*** ***
#CC2500 RF Module #CC2500 RF Module

View File

@ -92,8 +92,7 @@ Once the TX is telemetry enabled, it just needs to be configured on the model (s
##Protocols ##Protocols
###TX ID ###TX ID
The multiprotocol TX module is using a 32bits ID generated randomly at first power up. This global ID is used by all protocols. The multiprotocol TX module is using a 32bits ID generated randomly at first power up. This global ID is used by all protocolsexcept for the CYRF6963 (Devo, DSM2 and DSMX) protocols, which use the unique id of the CYRF6936 module. There are little chances to get a duplicated ID.
There are little chances to get a duplicated ID.
It's possible to generate a new ID using bind button on the Hubsan protocol during power up. It's possible to generate a new ID using bind button on the Hubsan protocol during power up.