mirror of https://github.com/ArduPilot/ardupilot
autotest: fixed remote viewing of ArduCopter autotest
This commit is contained in:
parent
dff3be2017
commit
3b33892b4a
|
@ -157,7 +157,7 @@ def run_step(step):
|
|||
return dump_logs('ArduCopter')
|
||||
|
||||
if step == 'fly.ArduCopter':
|
||||
return arducopter.fly_ArduCopter()
|
||||
return arducopter.fly_ArduCopter(viewerip=opts.viewerip)
|
||||
|
||||
if step == 'fly.ArduPlane':
|
||||
if not opts.experimental:
|
||||
|
|
Loading…
Reference in New Issue