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:
parent
82bb814bea
commit
a6d26b0217
@ -460,6 +460,7 @@ void ConfigMultiRotorWidget::refreshWidgetsValues(QString frameType)
|
|||||||
// Now, read mixing values stored on board and applies values on sliders.
|
// Now, read mixing values stored on board and applies values on sliders.
|
||||||
m_aircraft->mrPitchMixLevel->setValue(getMixerValue(mixer, "MixerValuePitch"));
|
m_aircraft->mrPitchMixLevel->setValue(getMixerValue(mixer, "MixerValuePitch"));
|
||||||
m_aircraft->mrRollMixLevel->setValue(getMixerValue(mixer, "MixerValueRoll"));
|
m_aircraft->mrRollMixLevel->setValue(getMixerValue(mixer, "MixerValueRoll"));
|
||||||
|
m_aircraft->mrYawMixLevel->setValue(getMixerValue(mixer, "MixerValueYaw"));
|
||||||
|
|
||||||
// check sign from Yaw mixer value (positive unreversed / negative reversed)
|
// check sign from Yaw mixer value (positive unreversed / negative reversed)
|
||||||
// and apply Yaw value stored on board
|
// and apply Yaw value stored on board
|
||||||
|
Loading…
Reference in New Issue
Block a user