fix: correct casing of "WisCore-" in deviceNamePrefixes list

This commit is contained in:
just-stuff-tm
2026-03-21 21:07:56 -04:00
parent e49e80d330
commit 14f3429eb5
+1 -1
View File
@@ -6,7 +6,7 @@ class MeshCoreUuids {
static const List<String> deviceNamePrefixes = [
"MeshCore-",
"Whisper-",
"Wiscore-",
"WisCore-",
"HT-",
];
}