mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-01 16:15:56 +10:00
fix: correct casing of "WisCore-" in deviceNamePrefixes list
This commit is contained in:
@@ -6,7 +6,7 @@ class MeshCoreUuids {
|
|||||||
static const List<String> deviceNamePrefixes = [
|
static const List<String> deviceNamePrefixes = [
|
||||||
"MeshCore-",
|
"MeshCore-",
|
||||||
"Whisper-",
|
"Whisper-",
|
||||||
"Wiscore-",
|
"WisCore-",
|
||||||
"HT-",
|
"HT-",
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user