1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

[VTX] update rtc6705 information in vtx.md (#8939)

This commit is contained in:
functionpointer 2019-11-15 18:49:53 +01:00 committed by GitHub
parent f7c0a87c09
commit 4bd6fa8a2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,11 +116,13 @@ vtxtable powerlabels 25 100 200 400 600
#### rtc6705 should use:
```
vtxtable powerlevels 3
vtxtable powervalues 0 1 2
vtxtable powerlabels OFF MIN MAX
vtxtable powerlevels 2
vtxtable powervalues 1 2
vtxtable powerlabels MIN MAX
```
Please note that turning off rtc6705 devices is not possible using powervalues. Use pitmode instead.
#### SmartAudio V1.0 devices should use:
```
vtxtable powerlevels 4
@ -289,3 +291,5 @@ Pitmode can be controlled in a variety of ways including OSD, AUX switches and l
Some videotransmitters have restrictions on its usage. For example, SmartAudio V1.0 and V2.0 devices can only enter pitmode on power-up.
Betaflight can make the these devices leave pitmode, but not enter it.
rtc6705 devices do not support a proper ultra-low power pitmode. Instead, if the board supports it, pitmode turns off rtc6705 devices completely.