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