1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Update adding the new adjustment functions to the Inflight adjustments

documentation
This commit is contained in:
Dominic Clifton 2015-05-20 09:32:11 +01:00
parent 7a01bab50f
commit 11eb0bf4d4

View file

@ -110,6 +110,14 @@ this reason ensure that you define enough ranges to cover the range channel's us
| 10 | YAW_I |
| 11 | YAW_D |
| 12 | RATE_PROFILE | Switch between 3 rate profiles using a 3 position switch. |
| 13 | PITCH_RATE |
| 14 | ROLL_RATE |
| 15 | PITCH_P |
| 16 | PITCH_I |
| 17 | PITCH_D |
| 18 | ROLL_P |
| 19 | ROLL_I |
| 20 | ROLL_D |
## Examples