mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fix servo mixing tables
This commit is contained in:
parent
1a15e5aa08
commit
4fe835ec08
1 changed files with 2 additions and 1 deletions
|
@ -98,6 +98,7 @@ Note: the `mmix` command may show a motor mix that is not active, custom motor m
|
|||
Custom servo mixing rules can be applied to each servo. Rules are applied in the order they are defined.
|
||||
|
||||
| id | Servo slot |
|
||||
|----|--------------|
|
||||
| 0 | GIMBAL PITCH |
|
||||
| 1 | GIMBAL ROLL |
|
||||
| 2 | FLAPS |
|
||||
|
@ -109,7 +110,7 @@ Custom servo mixing rules can be applied to each servo. Rules are applied in th
|
|||
|
||||
|
||||
| id | Input sources |
|
||||
| -- | ------------- |
|
||||
|----|-----------------|
|
||||
| 0 | Stabilised ROLL |
|
||||
| 1 | Stabilised PITCH |
|
||||
| 2 | Stabilised YAW |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue