Releases: adafruit/Adafruit_CircuitPython_ESP32SPI
6.0.2 - Fix RTD Theme Issue
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
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.
6.0.0 - Compatible Socket API
This release contains breaking changes that are not backwards compatible with prior versions of the library.
The API within the ESP32SPI Socket class has been modified to bring it more in line with the CPython and built-in wifi circuitpython sockets. Functions that were non-standard have been removed or made private with leading underscores.
See #167 for a comprehensive list of changes.
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.
5.0.6 - Stopped printing password in debug
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.
5.0.5 - Send entire webserver response to ESP32 in one go if possible
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.
5.0.4 - Added optional requirements to file
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.
5.0.3 - Made copyright stay up to date in docs/conf.py
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.
5.0.2 - Fixed version string
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.
5.0.1 - Switched to pyproject.toml
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.
5.0.0 - Rework thrown exceptions to be appropriate
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
- Make these connection errors distinct from other error types. by @dannystaple in #164
Full Changelog: 4.2.4...5.0.0