Tools: plane : initial_mode_switch_mode

This commit is contained in:
Pierre Kancir 2020-12-09 20:51:01 +01:00 committed by Randy Mackay
parent e4707c20ea
commit 871b9fc12d
1 changed files with 3 additions and 0 deletions

View File

@ -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"