1
0
Fork 0
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:
Dominic Clifton 2015-08-20 02:44:22 +01:00
parent 3f8363f908
commit 718729504e
3 changed files with 8 additions and 1 deletions

View file

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