1
0
Fork 0
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:
Dominic Clifton 2015-03-28 20:18:36 +00:00
commit 0d221bded9

View file

@ -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.