Sub: allow arming from manual mode
This commit is contained in:
parent
38be177e47
commit
6696119ec7
@ -279,6 +279,7 @@ bool Sub::mode_has_manual_throttle(control_mode_t mode) {
|
||||
switch(mode) {
|
||||
case ACRO:
|
||||
case STABILIZE:
|
||||
case MANUAL:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user