From 3cef9e81b6af56d9a56ef773a1d8b8a27fe8fee3 Mon Sep 17 00:00:00 2001 From: just_stuff_tm <133525672+just-stuff-tm@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:11:49 -0500 Subject: [PATCH] Remove unawaited background service start during USB connection initialization --- lib/connector/meshcore_connector.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/connector/meshcore_connector.dart b/lib/connector/meshcore_connector.dart index b91dd49..50ae50c 100644 --- a/lib/connector/meshcore_connector.dart +++ b/lib/connector/meshcore_connector.dart @@ -969,7 +969,6 @@ class MeshCoreConnector extends ChangeNotifier { _activeTransport = MeshCoreTransportType.usb; _activeUsbPortKey = portName; _activeUsbPortLabel = portName; - unawaited(_backgroundService?.start()); _setState(MeshCoreConnectionState.connecting); try {