This release adds the ability to put the ESP32 into AP mode so that devices can connect to its local network. https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/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](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip3 install adafruit-circuitpython-esp32spi`.
Read the [docs](http://circuitpython.readthedocs.io/projects/esp32spi/en/latest/) for info on how to use it.