mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: don't show line noise in log download
This commit is contained in:
parent
bd111bd90b
commit
6cf1fd762b
@ -251,6 +251,7 @@ def log_download(mavproxy, mav, filename, timeout=360):
|
||||
mavproxy.expect("numLogs")
|
||||
mav.wait_heartbeat()
|
||||
mav.wait_heartbeat()
|
||||
mavproxy.send("set shownoise 0\n")
|
||||
mavproxy.send("log download latest %s\n" % filename)
|
||||
mavproxy.expect("Finished downloading", timeout=timeout)
|
||||
mav.wait_heartbeat()
|
||||
|
Loading…
Reference in New Issue
Block a user