mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-466: Make the test output panel work when there is not a valid mixer
configured. However unlike previous patch keeps alarms showing so you will be unable to arm normally.
This commit is contained in:
parent
d140d9c1fc
commit
163d41fb60
@ -182,7 +182,7 @@ static void actuatorTask(void* parameters)
|
||||
nMixers ++;
|
||||
}
|
||||
}
|
||||
if(nMixers < 2) //Nothing can fly with less than two mixers.
|
||||
if((nMixers < 2) && !ActuatorCommandReadOnly(dummy)) //Nothing can fly with less than two mixers.
|
||||
{
|
||||
setFailsafe(); // So that channels like PWM buzzer keep working
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user