mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
update scanner to find nodes
This commit is contained in:
parent
5de504ebf9
commit
3bcc253b83
1 changed files with 1 additions and 1 deletions
2
mccli.py
2
mccli.py
|
|
@ -55,7 +55,7 @@ class MeshCore:
|
|||
"""
|
||||
def match_meshcore_device(_: BLEDevice, adv: AdvertisementData):
|
||||
""" Filter to mach MeshCore devices """
|
||||
if adv.local_name == "MeshCore" :
|
||||
if adv.local_name.startswith("MeshCore") :
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue