mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
add support for whipseros
needed a new ble prefix
This commit is contained in:
parent
d7ec1876af
commit
fe23e9f7a0
1 changed files with 2 additions and 1 deletions
|
|
@ -658,7 +658,8 @@ class MeshCoreConnector extends ChangeNotifier {
|
|||
_scanResults.clear();
|
||||
for (var result in results) {
|
||||
if (result.device.platformName.startsWith("MeshCore-") ||
|
||||
result.advertisementData.advName.startsWith("MeshCore-")) {
|
||||
result.advertisementData.advName.startsWith("MeshCore-") ||
|
||||
result.advertisementData.advName.startsWith("Whisper-")) {
|
||||
_scanResults.add(result);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue