Exposing ESP object in WiFiManager
This release exposes the esp
object within WiFiManager
to allow a library to import WiFiManager
and access the lower-level esp
methods from a WiFiManager, per #60
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.