mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-39 Hopefully fixed the servo calibration neutral value issue.
This commit is contained in:
parent
bd3d3708eb
commit
098c0d43fd
@ -74,6 +74,7 @@ void OutputCalibrationPage::setupVehicle()
|
||||
m_actuatorSettings[3].channelMin = 1500;
|
||||
m_actuatorSettings[3].channelNeutral = 1500;
|
||||
m_actuatorSettings[3].channelMax = 1500;
|
||||
getWizard()->setActuatorSettings(m_actuatorSettings);
|
||||
break;
|
||||
case SetupWizard::MULTI_ROTOR_QUAD_X:
|
||||
m_wizardIndexes << 0 << 1 << 1 << 1 << 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user