Skip to content

Commit c885a64

Browse files
committed
feat(flightcontroller): add autoreconnect feature
1 parent 782248d commit c885a64

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
@@ -447,6 +447,7 @@ def __create_connection_with_retry( # pylint: disable=too-many-arguments, too-m
447447
timeout=timeout,
448448
retries=retries,
449449
progress_callback=progress_callback,
450+
autoreconnect=True,
450451
)
451452
logging_debug(_("Waiting for MAVLink heartbeat"))
452453
if not self.master:

0 commit comments

Comments
 (0)