mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +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
|
dump using cli
|
||||||
|
|
||||||
`rateprofile 0`
|
rateprofile 0
|
||||||
`profile 0`
|
profile 0
|
||||||
`dump`
|
dump
|
||||||
|
|
||||||
dump profiles using cli if you use them
|
dump profiles using cli if you use them
|
||||||
|
|
||||||
`profile 1`
|
profile 1
|
||||||
`dump profile`
|
dump profile
|
||||||
|
profile 2
|
||||||
`profile 2`
|
dump profile
|
||||||
`dump profile`
|
|
||||||
|
|
||||||
dump rate profiles using cli if you use them
|
dump rate profiles using cli if you use them
|
||||||
|
|
||||||
`rateprofile 1`
|
rateprofile 1
|
||||||
`dump rates`
|
dump rates
|
||||||
|
rateprofile 2
|
||||||
`rateprofile 2`
|
dump rates
|
||||||
`dump rates`
|
|
||||||
|
|
||||||
copy screen output to a file and save it.
|
copy screen output to a file and save it.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue