diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-02-20 21:55:04 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-02-20 21:55:04 -0500 |
| commit | e31ac710be0e1983ec791dc4db169505afdd8d63 (patch) | |
| tree | e14b70fa0d5ee349ad62729c85bf0163d27d4c57 /shared-bindings/_bleio/Adapter.c | |
| parent | 675930083de102ab73af6f6a586614793e467f5f (diff) | |
Enable _bleio adapter when _bleio is imported
Diffstat (limited to 'shared-bindings/_bleio/Adapter.c')
| -rw-r--r-- | shared-bindings/_bleio/Adapter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Adapter.c b/shared-bindings/_bleio/Adapter.c index 500055cf3..921667f0f 100644 --- a/shared-bindings/_bleio/Adapter.c +++ b/shared-bindings/_bleio/Adapter.c @@ -117,7 +117,7 @@ const mp_obj_property_t bleio_adapter_address_obj = { //| .. attribute:: name //| -//| name of the BLE adapter used once connected. Not used in advertisements. +//| name of the BLE adapter used once connected. //| The name is "CIRCUITPY" + the last four hex digits of ``adapter.address``, //| to make it easy to distinguish multiple CircuitPython boards. //| |
