From 14f3429eb5be3ae5894c5117a68d871a365a9ef8 Mon Sep 17 00:00:00 2001 From: just-stuff-tm Date: Sat, 21 Mar 2026 21:07:56 -0400 Subject: [PATCH] fix: correct casing of "WisCore-" in deviceNamePrefixes list --- lib/connector/meshcore_uuids.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connector/meshcore_uuids.dart b/lib/connector/meshcore_uuids.dart index bb5f9bcf..da7f6b5e 100644 --- a/lib/connector/meshcore_uuids.dart +++ b/lib/connector/meshcore_uuids.dart @@ -6,7 +6,7 @@ class MeshCoreUuids { static const List deviceNamePrefixes = [ "MeshCore-", "Whisper-", - "Wiscore-", + "WisCore-", "HT-", ]; }