From e1db8e19af08b72171474e5d3b48d7cd547a842b Mon Sep 17 00:00:00 2001 From: smurf0969 <47907842+smurf0969@users.noreply.github.com> Date: Fri, 15 Mar 2019 23:07:51 +0000 Subject: [PATCH] Update WiFiConnect.cpp --- src/WiFiConnect.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/WiFiConnect.cpp b/src/WiFiConnect.cpp index cbab570..f58c770 100644 --- a/src/WiFiConnect.cpp +++ b/src/WiFiConnect.cpp @@ -5,19 +5,24 @@ @section intro_sec Introduction - This is the documentation for WiFiConnect for the Arduino platform. + This is the documentation for WiFiConnect for the Arduino platform https://github.com/smurf0969/WiFiConnect. + 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](https://github.com/smurf0969/WiFiConnect/blob/master/extras/screenshots.png "Screenshots") + This is a heavily customised version from the origional WiFiManager developed by https://github.com/tzapu . @section dependencies Dependencies This library depends on - ESP8266 Arduino Core and ESP32 Arduino Core being present on your system. + 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. @section author Author