mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2026-08-12 20:50:29 +00:00
rssi
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user