Explain multi telemetry examples

This commit is contained in:
Arne Schwabe 2017-02-01 22:55:22 +01:00
parent 131645f31e
commit 65b43c39ed

View File

@ -53,11 +53,15 @@ If you see ```NO MULTI_TELEMETRY``` or no ```NO TELEMETRY``` in the setup screen
<img width="594" height="213" src="images/X7-no-telemetry.png" />
you are missing the ```MULTI_TELEMETRY``` option in your ```_Config.h```. With the option enabled, the right telemetry type is automatically detected and you will see the status of the module:
you are missing the ```MULTI_TELEMETRY``` and/or ```INVERT_TELEMTRY``` option in your ```_Config.h``` and/or [you need to hardware modifications to enable telemetry](Hardware.md). With the option enabled, the right telemetry type is automatically detected and you will see the status of the module:
<img width="580" height="210" src="images/X7-protocol-invalid.png">
(Selected protocol is not available, most probably mssing from ```_Config.h```)
<img width="576" height="209" src="images/X7-bind.png">
(Module is currently binding and code on the module is running V1.1.6.10)
###Binding in Serial mode