WiFi Connect  Version 1.0
WiFi connection manager for ESP32 and ESP8266 including OLED support
WiFi Connection Manager with Captive Portal

Introduction

This is the documentation for WiFiConnect for the Arduino platform https://github.com/smurf0969/WiFiConnect. Further documentation can be found in the Wiki or in the project examples folder on GitHub.

It is a WiFi connection manager for use with the popular ESP8266 and ESP32 chips.

It contains a captive portal to allow easy connection and changing of WiFi netwoks via a web based interface and allows for additional user parameters.

It can also display messages via a OLED screen see WiFiConnectOLED class.

alt text

This is a heavily customised version from the origional WiFiManager developed by https://github.com/tzapu .

Dependencies

This library depends on ESP8266 Arduino Core or ESP32 Arduino Core depending on what chip you are using being present on your system. Please make sure you have installed the latest version before using this library.

Arduino Libraries

Author

Written by Stuart Blair.

License

GNU General Public License v3.0 licence, all text here must be included in any redistribution and you should receive a copy of the license file.