Releases: adafruit/Adafruit_CircuitPython_ESP32SPI
Fix for headers being cleared between requests
This release fixes headers not being cleared between requests.
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.
Changed Default Timezone in Secrets
Numeric timezones were causing PyPortal to crash in some demos, and this change will fix it for now.
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.
WiFi Manager now allows getting IP address and RSSI
WiFi Manager now allows getting IP address and RSSI. Thanks @brentru.
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.
Abstracted NeoPixel to Make DotStar usable
This release allows usage of the DotStar in the WiFi Manager. All examples have been updated to reflect the change.
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.
secrets
change name of file with keys/passwords to secrets.py
add localtime demo
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.
Library handles importing ujson or json
Library now handles importing of either ujson or json. Thanks @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.
Added some better error handling
Added some better error handling for connection and to examples. Also, fixed a couple bugs.
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.
Added more types to WiFi Manager
Thanks to @brentru for adding some more types to the WiFi Manager.
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.
Added WiFi manager
Thanks to @makermelissa and @jerryneedell for the great work!
- Added WiFi manager
- Updated examples to use WiFi manager
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.
Added more examples
There are a couple of new examples included. Thanks @jerryneedell.
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.