diff --git a/lib/connector/meshcore_connector.dart b/lib/connector/meshcore_connector.dart index 9e0eff6..39a34f2 100644 --- a/lib/connector/meshcore_connector.dart +++ b/lib/connector/meshcore_connector.dart @@ -1196,7 +1196,7 @@ class MeshCoreConnector extends ChangeNotifier { await _usbSerialService.write(data); } else { if (_rxCharacteristic == null) { - throw Exception("MeshCore RX characteristic does not support write"); + throw Exception("MeshCore RX characteristic not available"); } // Prefer write without response when supported; fall back to write with response. final properties = _rxCharacteristic!.properties;