Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

8.0.0 - use SocketPool. Compatible with ConnectionManager 2.0.0.

30 Apr 15:56
a48d516

Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...8.0.0

7.1.0 - add socket context manager

19 Mar 17:43
956d6a0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.1...7.1.0

Added ConnectionManager to Readme Dependencies

28 Feb 14:53
ad7816b

Choose a tag to compare

The library itself is unchanged in this release, only the readme file was modified.

What's Changed

Full Changelog: 7.0.0...7.0.1

Remove Legacy Socket API and Support Connection Manager

26 Feb 15:25
3042d19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.3...7.0.0

6.1.3 - Data read fix

15 Jan 20:37
0adb75b

Choose a tag to compare

What's Changed

  • Fix potential socket data read already into self._buffer by @us3r64 in #185

Full Changelog: 6.1.2...6.1.3

6.1.2 - Fix double subtraction of bytes_read from num_to_read in recv_into

15 Jan 14:54
c69b6f2

Choose a tag to compare

What's Changed

  • Fix double subtraction of bytes_read from num_to_read in recv_into by @us3r64 in #183

New Contributors

Full Changelog: 6.1.1...6.1.2

6.1.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:21

Choose a tag to compare

Changes: 6.1.0...6.1.1

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

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

Read the docs for info on how to use it.

6.1.0 - Update Examples To Use settings.toml

17 Nov 00:57
18892f7

Choose a tag to compare

This release updates the examples to use settings.toml instead of secrets.py. Thank you @RetiredWizard.

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

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

Read the docs for info on how to use it.

6.0.2 - Fix RTD Theme Issue

25 Sep 15:39

Choose a tag to compare

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

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

Read the docs for info on how to use it.

6.0.1: Merge pull request #181 from dhalbert/remove-wsgiserver-completely

08 Sep 02:06
50b531d

Choose a tag to compare

This release removes the wsgi server file which was erroneously left existing but empty with the last release. Thank you @dhalbert.

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

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

Read the docs for info on how to use it.