EspApConfigurator
Access point configurastion & persistence for ESP projects
ESP Access Point Configurator

Summary

This is a re-implementation and modification of the functionality available in the WiFiManager library.

Differences:

Documentation

Doxygen-generated documentation can be read here: http://matthewg42.github.io/EspApConfigurator/

Status

Still under heavy development.

Working

TODO

Interface Modes

Mode 1: Single page interface

Typically for projects where web server only runs in ModeAP. No password protection for changing settings, but ModeAP should have password set.

Mode 2: Multi page interface

Typically used for projects where web interface runs in both ModeAP and in ModeWifiClient.

Mode 3: Custom interface

User for more complex projects, or when user wants a more customized look and feel. No routes are registered, but there is the option to register handlers by calling HttpServer.addRoute(...)

Pre-requisites

Building Using the Arduino IDE

This method is preferred on Windows and for casual users who just want to build and use the project.

Using make on Linux

This alternative build system may also be used. It is an alternative to using the Arduino IDE and may be preferred by some users.