1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

OP-1737 Fix for PassTrough setup : Set mixerType to disabled on reset

This commit is contained in:
Laurent Lalanne 2015-02-22 15:00:18 +01:00
parent 62aaade9e1
commit 4c50fefaea

View File

@ -373,6 +373,7 @@ void ConfigMultiRotorWidget::resetMixers()
for (int channel = 0; channel < (int)ConfigMultiRotorWidget::CHANNEL_NUMELEM; channel++) {
resetMixerVector(mixer, channel);
setMixerType(mixer, channel, VehicleConfig::MIXERTYPE_DISABLED);
}
}