Skip to content

Switch to CircuitPython_Requests, Add Server creation and management support

Compare
Choose a tag to compare
@brentru brentru released this 29 Jul 16:16
4d12154

Release notes:

  • Removal of adafruit_esp32spi_requests.py from ESP32SPI library.
    • This library now depends on CircuitPython_Requests.
    • WiFiManager and examples patched for backwards-compatibility.
  • Addition of Server Creation and Management support (#59), thanks @mscosti!

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.