From 448b061bb9c5384d3a85f71c2595dd2d1b078618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 4 Apr 2025 09:54:23 -0300 Subject: [PATCH] core: services: ardupilot_manager: Enable GCS Server Link by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/services/ardupilot_manager/autopilot_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/ardupilot_manager/autopilot_manager.py b/core/services/ardupilot_manager/autopilot_manager.py index c8b4776a2f..737f9c173f 100644 --- a/core/services/ardupilot_manager/autopilot_manager.py +++ b/core/services/ardupilot_manager/autopilot_manager.py @@ -61,7 +61,7 @@ def __init__(self) -> None: place="0.0.0.0", argument=14550, persistent=True, - enabled=False, + enabled=True, ), Endpoint( name="GCS Client Link",