From bb3f7ca41feb7401d0227e10e4e8ef4dc517fa02 Mon Sep 17 00:00:00 2001 From: Daniel Pollithy Date: Thu, 31 Aug 2017 14:55:57 +0200 Subject: [PATCH] rssi --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index f7fee9d..dff55ec 100644 --- a/client.py +++ b/client.py @@ -147,7 +147,7 @@ def protocol(address): def run(): connecting = True while connecting: - nearby_devices = bluetooth.discover_devices(duration=1, flush_cache=False) + nearby_devices = bluetooth.discover_devices(duration=8, flush_cache=False) print("found %d devices" % len(nearby_devices)) for address in nearby_devices: