mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Update vtx_info documentation
This commit is contained in:
parent
938a39ac8f
commit
66095e966d
1 changed files with 9 additions and 9 deletions
18
docs/VTX.md
18
docs/VTX.md
|
@ -138,13 +138,13 @@ vtxtable powerlabels 25 200 500 800
|
|||
#### SmartAudio V2.1 devices vary depending on their model. Check the manufacturers website.
|
||||
For these devices the `powervalues` are the output power in dBm.
|
||||
|
||||
To query the available power levels from a SmartAudio 2.1 VTX enter the `vtxtable powerlevels` command with no parameters. This will report the available power settings suitable for pasting into the CLI thus:
|
||||
To query the available power levels from a SmartAudio 2.1 VTX enter the `vtx_info` command with no parameters. This will report the available power settings thus:
|
||||
|
||||
```
|
||||
# vtxtable powerlevels
|
||||
vtxtable powerlevels 3
|
||||
vtxtable powervalues 14 20 26
|
||||
vtxtable powerlabels 25 100 400
|
||||
# vtx_info
|
||||
level 14 dBm, power 25 mW
|
||||
level 20 dBm, power 100 mW
|
||||
level 26 dBm, power 400 mW
|
||||
```
|
||||
|
||||
For example the
|
||||
|
@ -153,7 +153,7 @@ For example the
|
|||
|
||||
```
|
||||
vtxtable powerlevels 3
|
||||
vtxtable powervalues 14 20 26
|
||||
vtxtable powervalues 14 20 26
|
||||
vtxtable powerlabels 25 100 400
|
||||
```
|
||||
|
||||
|
@ -161,7 +161,7 @@ vtxtable powerlabels 25 100 400
|
|||
|
||||
```
|
||||
vtxtable powerlevels 3
|
||||
vtxtable powervalues 13 20 26
|
||||
vtxtable powervalues 13 20 26
|
||||
vtxtable powerlabels 25 100 400
|
||||
```
|
||||
|
||||
|
@ -177,7 +177,7 @@ vtxtable powerlabels 25 100 400 1W
|
|||
|
||||
```
|
||||
vtxtable powerlevels 4
|
||||
vtxtable powervalues 14 20 26 29
|
||||
vtxtable powervalues 14 20 26 29
|
||||
vtxtable powerlabels 25 100 400 800
|
||||
```
|
||||
|
||||
|
@ -187,7 +187,7 @@ For example a TBS Unify EVO will also work the this config:
|
|||
|
||||
```
|
||||
vtxtable powerlevels 2
|
||||
vtxtable powervalues 20 26
|
||||
vtxtable powervalues 20 26
|
||||
vtxtable powerlabels .1W .4W
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue