Browse Source

Tools: plane : initial_mode_switch_mode

c415-sdk
Pierre Kancir 4 years ago committed by Randy Mackay
parent
commit
871b9fc12d
  1. 3
      Tools/autotest/arduplane.py

3
Tools/autotest/arduplane.py

@ -1482,6 +1482,9 @@ class AutoTestPlane(AutoTest): @@ -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…
Cancel
Save