mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Plane: require 5 channels to run failsafe passthrough
This commit is contained in:
parent
4e167689b0
commit
267003a88d
@ -50,7 +50,7 @@ void Plane::failsafe_check(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (hal.rcin->num_channels() == 0) {
|
||||
if (hal.rcin->num_channels() < 5) {
|
||||
// we don't have any RC input to pass through
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user