mirror of https://github.com/ArduPilot/ardupilot
Tools: plane : initial_mode_switch_mode
This commit is contained in:
parent
e4707c20ea
commit
871b9fc12d
|
@ -1482,6 +1482,9 @@ class AutoTestPlane(AutoTest):
|
|||
ret[8] = 1800
|
||||
return ret
|
||||
|
||||
def initial_mode_switch_mode(self):
|
||||
return "MANUAL"
|
||||
|
||||
def default_mode(self):
|
||||
return "MANUAL"
|
||||
|
||||
|
|
Loading…
Reference in New Issue