1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

OP-1526 Oups... wrong erase

This commit is contained in:
Laurent Lalanne 2014-10-06 00:07:34 +02:00
parent 82bb814bea
commit a6d26b0217

View File

@ -460,6 +460,7 @@ void ConfigMultiRotorWidget::refreshWidgetsValues(QString frameType)
// Now, read mixing values stored on board and applies values on sliders.
m_aircraft->mrPitchMixLevel->setValue(getMixerValue(mixer, "MixerValuePitch"));
m_aircraft->mrRollMixLevel->setValue(getMixerValue(mixer, "MixerValueRoll"));
m_aircraft->mrYawMixLevel->setValue(getMixerValue(mixer, "MixerValueYaw"));
// check sign from Yaw mixer value (positive unreversed / negative reversed)
// and apply Yaw value stored on board