update to use adafruit_requests
This library is only targeted at the Particle Argon with the ESP32 AT Firmware installed.
Any other boards with and ESP32 co-processors should use the ESP32SPI library.
Now uses adafruit_requests instead of adafruit_espatcontrol_requests. This make is more compatible with AdafruitIO.
Examples updated and tailored for Particle Argon.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol
.
Read the docs for info on how to use it.