Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ def __create_connection_with_retry( # pylint: disable=too-many-arguments, too-m
timeout=timeout,
retries=retries,
progress_callback=progress_callback,
autoreconnect=True,
)
logging_debug(_("Waiting for MAVLink heartbeat"))
if not self.master:
Expand Down
Loading