Skip to content

Commit ce4cecc

Browse files
committed
feat(flightcontroller): add autoreconnect feature
1 parent bbb986e commit ce4cecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ardupilot_methodic_configurator/backend_flightcontroller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ def __create_connection_with_retry( # pylint: disable=too-many-arguments, too-m
451451
timeout=timeout,
452452
retries=retries,
453453
progress_callback=progress_callback,
454+
autoreconnect=True,
454455
)
455456
logging_debug(_("Waiting for MAVLink heartbeat"))
456457
if not self.master:

0 commit comments

Comments
 (0)