Demonstrates how to do Throttle mixing with ELE and AIL on Deviationtx. This mimics the throttle mixing found on rhe stock Indy FC and is a must for small underpowered quads and was a real "AH-HA" moment for me and my whoop.
Credit for the concept on betaflight quads goes to qreacher of PROJECT MOCKINGBIRD
docs.google.com/document/d/1N_GNXWuGPWg2...9HyRlaH4-ivzjH4/edit
qreacher details how this is done for SPEKTRUM, Taranis, and FlySky. This vid simply creates the same instuctions for Deviationtx.
If you prefer to do this all by editing the config file via USB, here is an example. !!NOTE!! the channel number is in this example is specific to FLYSKY. Your's might be different.
BEFORE:
[channel3]
failsafe=-100
template=simple
[mixer]
src=THR
dest=Ch3
AFTER:
[channel3]
failsafe=-100
template=complex
[mixer]
src=THR
dest=Ch3
[mixer]
src=AIL
dest=Ch3
scalar=30
usetrim=0
muxtype=add
curvetype=absval
points=0
[mixer]
src=ELE
dest=Ch3
scalar=30
usetrim=0
muxtype=add
curvetype=absval
points=0