1
0
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:
Fredrik Arvidsson 2012-09-16 16:21:51 +02:00
parent bd3d3708eb
commit 098c0d43fd

View File

@ -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;