timing and test fixes

This commit is contained in:
Alex Wolden 2025-08-05 23:05:19 -07:00
parent 1ead55b5b5
commit 43e2cfc724
5 changed files with 5 additions and 8 deletions

View file

@ -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)