mirror of https://github.com/ArduPilot/ardupilot
autotest: lower aerobatics speedup to 5
This commit is contained in:
parent
46d41e5995
commit
38a9269822
|
@ -3986,7 +3986,7 @@ class AutoTestPlane(AutoTest):
|
|||
"TRIK1_ID": 72,
|
||||
"RC7_OPTION" : 300, # activation switch
|
||||
"RC9_OPTION" : 301, # selection switch
|
||||
"SIM_SPEEDUP": 20, # need to give some cycles to lua
|
||||
"SIM_SPEEDUP": 5, # need to give some cycles to lua
|
||||
})
|
||||
|
||||
self.wait_ready_to_arm()
|
||||
|
|
Loading…
Reference in New Issue