Tools: Remove hard-coded path to MAVProxy
This commit is contained in:
parent
ca4d28200b
commit
a4243d9c7c
@ -609,7 +609,7 @@ def start_mavproxy(opts, stuff):
|
||||
if under_cygwin():
|
||||
cmd.append("/usr/bin/cygstart")
|
||||
cmd.append("-w")
|
||||
cmd.append("/cygdrive/c/Program Files (x86)/MAVProxy/mavproxy.exe")
|
||||
cmd.append("mavproxy.exe")
|
||||
else:
|
||||
cmd.append("mavproxy.py")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user