Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

4.2.4 - Added cp.org link to index.rst

09 Jun 19:10
Compare
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.

4.2.3 - More fixes to socket.recv_into()

07 Jun 14:47
8d3ada0
Compare
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.


What's Changed

Full Changelog: 4.2.2...4.2.3

4.2.2 - fix socket.recv_info

01 Jun 13:27
4b003b6
Compare
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.


What's Changed

Full Changelog: 4.2.1...4.2.2

4.2.1 - Removed unnecessary debug

20 May 20:46
a7d2a21
Compare
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.

4.2.0 - Added get remote data functionality

24 Mar 14:29
ddd26eb
Compare
Choose a tag to compare

Added functionality for getting remote host data. Thanks @anecdata!

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.

4.1.0 - Set IP config, DNS config, hostname

21 Mar 20:45
b11cf2a
Compare
Choose a tag to compare

Added functionality for setting the IP configuration, the DNS configuration, and the hostname. Thanks @Neradoc!

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.

4.0.2 - Added adafruit_requests to requirements

22 Feb 20:01
ef26881
Compare
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.

4.0.1 - Updated documentation link, python version

04 Feb 20:58
Compare
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.

4.0.0 - Rename init Arguments

24 Jan 15:57
86c2c99
Compare
Choose a tag to compare

This release renames the arguments used to initialize the library. The new names are more properly descriptive of the type of objects expected (DigitalInOut rather than Pin). This is a breaking change for any user code that initializes this library using named keyword arguments rather than relying on positional arguments only. If your code uses named keyword arguments you will need to change it to use the new names cs_dio instead of cs_pin etc...

Thank you @tekktrik for clarifying the arguments.

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.

3.6.1 - `recv_into()` Fix

24 Jan 15:40
f00d5f7
Compare
Choose a tag to compare

This release contains a fix for the recv_into() function. Thank you @tekktrik

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.