Switch to CircuitPython_Requests, Add Server creation and management support
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.