Remove unawaited background service start during USB connection initialization

This commit is contained in:
just_stuff_tm 2026-03-02 16:11:49 -05:00 committed by just-stuff-tm
parent 5216e00807
commit 3cef9e81b6

View file

@ -969,7 +969,6 @@ class MeshCoreConnector extends ChangeNotifier {
_activeTransport = MeshCoreTransportType.usb;
_activeUsbPortKey = portName;
_activeUsbPortLabel = portName;
unawaited(_backgroundService?.start());
_setState(MeshCoreConnectionState.connecting);
try {