mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Merge pull request #650 from mtrl/master
Put CLI commands in code blocks so they appear in the markdown correctly
This commit is contained in:
commit
0d221bded9
1 changed files with 11 additions and 13 deletions
24
docs/Cli.md
24
docs/Cli.md
|
@ -26,25 +26,23 @@ Disconnect main power, connect to cli via USB/FTDI.
|
|||
|
||||
dump using cli
|
||||
|
||||
`rateprofile 0`
|
||||
`profile 0`
|
||||
`dump`
|
||||
rateprofile 0
|
||||
profile 0
|
||||
dump
|
||||
|
||||
dump profiles using cli if you use them
|
||||
|
||||
`profile 1`
|
||||
`dump profile`
|
||||
|
||||
`profile 2`
|
||||
`dump profile`
|
||||
profile 1
|
||||
dump profile
|
||||
profile 2
|
||||
dump profile
|
||||
|
||||
dump rate profiles using cli if you use them
|
||||
|
||||
`rateprofile 1`
|
||||
`dump rates`
|
||||
|
||||
`rateprofile 2`
|
||||
`dump rates`
|
||||
rateprofile 1
|
||||
dump rates
|
||||
rateprofile 2
|
||||
dump rates
|
||||
|
||||
copy screen output to a file and save it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue