1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Updating RX documentation.

This commit is contained in:
Dominic Clifton 2014-09-18 19:23:07 +01:00
parent d9d5227af9
commit 74156fe18f
2 changed files with 12 additions and 1 deletions

View file

@ -6,12 +6,14 @@ First ensure your main flight battery is disconnected or your props are off!
Before flashing with cleanflight, dump your configs for each profile via the CLI and save to a text file.
```
profile 0
dump
profile 1
dump
profile 2
dump
```
Then after flashing cleanflight paste the output from each dump command into the cli, switching profiles as you go.