mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Allow FC to reverse input channels by using rxrange.
Just reverse the min/max arguments. Unit tested. Fixes #1132.
This commit is contained in:
parent
3f8363f908
commit
718729504e
3 changed files with 8 additions and 1 deletions
|
@ -269,3 +269,5 @@ the CLI. Be sure to enter the `save` command to save the settings.
|
|||
|
||||
After configuring channel ranges use the sub-trim on your transmitter to set the middle point of pitch, roll, yaw and throttle.
|
||||
|
||||
|
||||
You can also use rxrange to reverse the direction of an input channel, e.g. `rxrange 0 2000 1000`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue