Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE

10.0.9 - PNP ID and UARTService Fixes

21 Oct 21:06
6afb85a
Compare
Choose a tag to compare

What's Changed

  • Add PNP ID designation to DeviceInfoService by @ktnyt in #202
  • device_info.py: Fix use of Iterable by @dhalbert in #204
  • Use default values when pnp_id is not supplied by @dhalbert in #206
  • Make UARTService characteristics be at least as large as max MTU-3 by @dhalbert in #203

New Contributors

Full Changelog: 10.0.8...10.0.9

10.0.8 - Fix For Sphinx RTD Theme

07 Oct 22:27
Compare
Choose a tag to compare

10.0.7 Corrected Type Annotation

22 Apr 16:53
9f2da7c
Compare
Choose a tag to compare

What's Changed

  • Correct type annotations in advertising/standard.py by @dhalbert in #195

Full Changelog: 10.0.6...10.0.7

10.0.6 - Prevent storage leak in UARTService

04 Mar 21:30
28349ae
Compare
Choose a tag to compare

What's Changed

  • Deinit UARTService CharacteristicBuffers on disconnect by @dhalbert in #193

Full Changelog: 10.0.5...10.0.6

10.0.5 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:42
Compare
Choose a tag to compare

Changes: 10.0.4...10.0.5

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble.

Read the docs for info on how to use it.

10.0.4 - Fix RTD Theme Issue

25 Sep 15:56
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble.

Read the docs for info on how to use it.

10.0.3 - Updated .pylintrc, fixed jQuery

26 May 16:15
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-BLE.

Read the docs for info on how to use it.

10.0.2 - Updated pre-commit hooks

18 May 15:29
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble.

Read the docs for info on how to use it.

10.0.1 - Remove pin of adafruit-blinka-bleio

04 Apr 15:44
bf73138
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.0...10.0.1

10.0.0 - Increase default timeout for BLERadio.connect()

03 Apr 20:45
1346829
Compare
Choose a tag to compare

What's Changed

  • Increase default connect timeout to 10 seconds by @dhalbert in #184

Full Changelog: 9.0.2...10.0.0