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:
parent
f7c0a87c09
commit
4bd6fa8a2e
1 changed files with 7 additions and 3 deletions
10
docs/VTX.md
10
docs/VTX.md
|
@ -116,11 +116,13 @@ vtxtable powerlabels 25 100 200 400 600
|
||||||
|
|
||||||
#### rtc6705 should use:
|
#### rtc6705 should use:
|
||||||
```
|
```
|
||||||
vtxtable powerlevels 3
|
vtxtable powerlevels 2
|
||||||
vtxtable powervalues 0 1 2
|
vtxtable powervalues 1 2
|
||||||
vtxtable powerlabels OFF MIN MAX
|
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:
|
#### SmartAudio V1.0 devices should use:
|
||||||
```
|
```
|
||||||
vtxtable powerlevels 4
|
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.
|
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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue