Skip to content

Exposing ESP object in WiFiManager

Compare
Choose a tag to compare
@brentru brentru released this 11 Jul 16:20
a23026d

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.