mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +01:00
OP-1737 Only enable active outputs
This commit is contained in:
parent
31c13855eb
commit
ec9b380389
@ -126,7 +126,7 @@ void OutputChannelForm::enableChannelTest(bool state)
|
||||
ui.actuatorMin->setEnabled(false);
|
||||
ui.actuatorMax->setEnabled(false);
|
||||
ui.actuatorRev->setEnabled(false);
|
||||
} else {
|
||||
} else if (m_mixerType != "Disabled"){
|
||||
ui.actuatorMin->setEnabled(true);
|
||||
ui.actuatorMax->setEnabled(true);
|
||||
if (m_mixerType != "Motor") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user