mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Use preferred alternative formatting for code blocks in Cli.md docs.
See #650
This commit is contained in:
parent
0d221bded9
commit
0c82141472
1 changed files with 17 additions and 12 deletions
29
docs/Cli.md
29
docs/Cli.md
|
@ -26,24 +26,29 @@ 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.
|
||||
|
||||
## Restore via CLI.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue