|
@@ -59,7 +59,7 @@ async def ble_task():
|
|
|
await asyncio.sleep(2)
|
|
await asyncio.sleep(2)
|
|
|
|
|
|
|
|
try:
|
|
try:
|
|
|
- async with BleakClient(device, timeout=60.0) as client:
|
|
|
|
|
|
|
+ async with BleakClient(device) as client:
|
|
|
outdoorConnected = 1
|
|
outdoorConnected = 1
|
|
|
print(f"connected to {outdoorName}")
|
|
print(f"connected to {outdoorName}")
|
|
|
|
|
|