From 71129bdf4d773c030eb2ac2a9d405e71da2eebe4 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 22 Feb 2026 08:37:07 -0800 Subject: [PATCH] chrome BLE load fix --- 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 c558171..9f94e72 100644 --- a/lib/connector/meshcore_connector.dart +++ b/lib/connector/meshcore_connector.dart @@ -893,7 +893,6 @@ class MeshCoreConnector extends ChangeNotifier { // ignore: unawaited_futures _txCharacteristic!.setNotifyValue(true, timeout: 2).catchError((e) { debugPrint('Web setNotifyValue error (ignoring): $e'); - return false; // catchError must return a bool to match Future }); // Give the browser a moment to process the underlying startNotifications call await Future.delayed(const Duration(milliseconds: 500));