ESP32 Access Point Mode
This release adds the ability to put the ESP32 into AP mode so that devices can connect to its local network. #57
- Adds access point creation methods to
esp32spi.py
, thanks @mscosti- Can specify the SSID and an optional password for the network
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.