mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
OP-1534 Update both roll and pitch with TxPID Roll+Pitch.Expo option
This commit is contained in:
parent
bedb749f72
commit
c03d390269
@ -340,6 +340,7 @@ static void updatePIDs(UAVObjEvent *ev)
|
||||
break;
|
||||
case TXPIDSETTINGS_PIDS_ROLLPITCHEXPO:
|
||||
needsUpdateBank |= updateInt8(&bank.StickExpo.Roll, value);
|
||||
needsUpdateBank |= updateInt8(&bank.StickExpo.Pitch, value);
|
||||
break;
|
||||
case TXPIDSETTINGS_PIDS_YAWEXPO:
|
||||
needsUpdateBank |= updateInt8(&bank.StickExpo.Yaw, value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user