mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Remove unawaited background service start during USB connection initialization
This commit is contained in:
parent
5216e00807
commit
3cef9e81b6
1 changed files with 0 additions and 1 deletions
|
|
@ -969,7 +969,6 @@ class MeshCoreConnector extends ChangeNotifier {
|
|||
_activeTransport = MeshCoreTransportType.usb;
|
||||
_activeUsbPortKey = portName;
|
||||
_activeUsbPortLabel = portName;
|
||||
unawaited(_backgroundService?.start());
|
||||
_setState(MeshCoreConnectionState.connecting);
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue