Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE

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

9.0.2 - Fix Typing Annotations

13 Mar 16:51
610b185
Compare
Choose a tag to compare

This release contains fixes for some of the typing annotations. Thank you @brentyi

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.

9.0.1 - Fixed pylint errors

15 Nov 18:26
e07e185
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.