diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-05-23 22:05:16 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-05-23 22:05:16 -0400 |
| commit | 6cec81bcb54fe69d179f6596d8dae96b6f3beea2 (patch) | |
| tree | d530377727a8541e6c8b714be69297d3f7a8d9f9 /shared-bindings | |
| parent | 1639354e5fc886ee4b2064eaceedfd26ebbe1cd3 (diff) | |
Need to enable ble before scanning
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/bleio/__init__.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/bleio/__init__.c b/shared-bindings/bleio/__init__.c index 907d21101..03aef2ece 100644 --- a/shared-bindings/bleio/__init__.c +++ b/shared-bindings/bleio/__init__.c @@ -85,7 +85,6 @@ STATIC const mp_rom_map_elem_t bleio_module_globals_table[] = { { MP_ROM_QSTR(MP_QSTR_CharacteristicBuffer), MP_ROM_PTR(&bleio_characteristic_buffer_type) }, // { MP_ROM_QSTR(MP_QSTR_Descriptor), MP_ROM_PTR(&bleio_descriptor_type) }, { MP_ROM_QSTR(MP_QSTR_Peripheral), MP_ROM_PTR(&bleio_peripheral_type) }, -// Hide work-in-progress. { MP_ROM_QSTR(MP_QSTR_ScanEntry), MP_ROM_PTR(&bleio_scanentry_type) }, { MP_ROM_QSTR(MP_QSTR_Scanner), MP_ROM_PTR(&bleio_scanner_type) }, { MP_ROM_QSTR(MP_QSTR_Service), MP_ROM_PTR(&bleio_service_type) }, |
