mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
Fix event loop deadlock issue
This commit is contained in:
parent
968e42c6c8
commit
f9f7b11f46
2 changed files with 18 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ import asyncio
|
|||
from meshcore import MeshCore
|
||||
from meshcore import BLEConnection
|
||||
|
||||
ADDRESS = "T1000_S" # node ble adress or name
|
||||
ADDRESS = "Meshcore-lora-py-tester" # node ble adress or name
|
||||
|
||||
async def main () :
|
||||
con = BLEConnection(ADDRESS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue