Browse Source

autotest: stop emitting port 14550 all the time

this can confuse other things going on on the same machine.  It is still
available by specifying --viewerip if desired
c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
210b0e7c5f
  1. 1
      Tools/autotest/pysim/util.py

1
Tools/autotest/pysim/util.py

@ -442,7 +442,6 @@ def start_MAVProxy_SITL(atype, aircraft=None, setup=False, master='tcp:127.0.0.1 @@ -442,7 +442,6 @@ def start_MAVProxy_SITL(atype, aircraft=None, setup=False, master='tcp:127.0.0.1
cmd = []
cmd.append(mavproxy_cmd())
cmd.extend(['--master', master])
cmd.extend(['--out', '127.0.0.1:14550'])
if setup:
cmd.append('--setup')
if aircraft is None:

Loading…
Cancel
Save