mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
autotest: re-add --viewerip option
This commit is contained in:
parent
c4622e58f0
commit
5a7da25ba9
@ -82,6 +82,7 @@ You can get it from git://git.samba.org/tridge/UAV/HILTest.git
|
||||
parser = optparse.OptionParser("autotest")
|
||||
parser.add_option("--skip", type='string', default='', help='list of steps to skip (comma separated)')
|
||||
parser.add_option("--list", action='store_true', default=False, help='list the available steps')
|
||||
parser.add_option("--viewerip", default=None, help='IP address to send MAVLink and fg packets to')
|
||||
|
||||
opts, args = parser.parse_args()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user