mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
Fix for merging with the collective channel with the swashplate fix.
This commit is contained in:
parent
6457276438
commit
8f2fad6918
@ -240,7 +240,8 @@ static void actuatorTask(void* parameters)
|
||||
break;
|
||||
case MIXERSETTINGS_CURVE2SOURCE_COLLECTIVE:
|
||||
ManualControlCommandCollectiveGet(&curve2);
|
||||
curve2 = MixerCurve(curve2,mixerSettings.ThrottleCurve2);
|
||||
curve2 = MixerCurve(curve2,mixerSettings.ThrottleCurve2,
|
||||
MIXERSETTINGS_THROTTLECURVE2_NUMELEM);
|
||||
break;
|
||||
case MIXERSETTINGS_CURVE2SOURCE_ACCESSORY0:
|
||||
case MIXERSETTINGS_CURVE2SOURCE_ACCESSORY1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user