Tools: autotest: correct tracker reboot detection

This commit is contained in:
Peter Barker 2019-03-30 00:01:54 +11:00 committed by Peter Barker
parent 3ab9fa48dc
commit 9ab8a55c8f

View File

@ -63,7 +63,7 @@ class AutoTestTracker(AutoTest):
if self.armed():
self.disarm_vehicle()
self.mavproxy.send("reboot\n")
self.mavproxy.expect("Initialising APM")
self.mavproxy.expect("Init AntennaTracker")
# empty mav to avoid getting old timestamps:
while self.mav.recv_match(blocking=False):
pass