Tools: autotest: use component id 250 so we have something different to mavproxy

This commit is contained in:
Peter Barker 2018-08-07 19:58:09 +10:00 committed by Peter Barker
parent f0185cb79b
commit e932f873cc

View File

@ -877,7 +877,8 @@ class AutoTest(ABC):
connection_string = self.autotest_connection_string_to_mavproxy()
try:
self.mav = mavutil.mavlink_connection(connection_string,
robust_parsing=True)
robust_parsing=True,
source_component=250)
except Exception as msg:
self.progress("Failed to start mavlink connection on %s: %s" %
(connection_string, msg,))