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 {