WiFi Connect  Version 1.0
WiFi connection manager for ESP32 and ESP8266 including OLED support
Classes | Macros
WiFiConnectParam.h File Reference
#include <Arduino.h>

Go to the source code of this file.

Classes

class  WiFiConnectParam
 Class that stores a custom parameter. More...
 

Macros

#define WiFiConnect_MAX_PARAMS   10
 The maximum size of the param array and how many custom parameters we may have.
 

Detailed Description

WiFi Connection Manager with Captive Portal. This file contains the bitmap data for the OLED screen images

Introduction

This is the documentation for WiFiConnect for the Arduino platform. 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.

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

Dependencies

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

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.

WiFi Connection Manager with Captive Portal

Introduction

This is the documentation for WiFiConnect for the Arduino platform. 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.

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

Dependencies

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

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.