mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Update vtx_info documentation
This commit is contained in:
parent
938a39ac8f
commit
66095e966d
1 changed files with 9 additions and 9 deletions
10
docs/VTX.md
10
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue