From de7709b2376a9982afe1e0b1e03c6b40bc7291c8 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Wed, 28 Apr 2021 09:05:13 -0400 Subject: [PATCH] Fix code block in README The lack of a newline was causing the code to not render. Fixes #322 --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 564ddf9..619eb9d 100644 --- a/README.rst +++ b/README.rst @@ -180,6 +180,7 @@ If you are having trouble connecting to a device, it may use random addressing. Try changing the connection setup code to: .. code:: python + device = adapter.connect('01:23:45:67:89:ab', address_type=pygatt.BLEAddressType.random) Unexplained Timeouts