mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-14 22:55:12 +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 = [
|
||||
"MeshCore-",
|
||||
"Whisper-",
|
||||
"Wiscore-",
|
||||
"WisCore-",
|
||||
"HT-",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user