Skip to content

Commit

Permalink
Update WiFiConnect.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
smurf0969 committed Mar 15, 2019
1 parent 97953b4 commit e1db8e1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/WiFiConnect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/smurf0969/WiFiConnect">https://github.com/smurf0969/WiFiConnect</a>.
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 <a href="https://github.com/tzapu/WiFiManager">WiFiManager</a>
developed by https://github.com/tzapu .
@section dependencies Dependencies
This library depends on <a href="https://github.com/esp8266/Arduino">
ESP8266 Arduino Core</a> and <a href="https://github.com/espressif/arduino-esp32">ESP32 Arduino Core</a> being present on your system.
ESP8266 Arduino Core</a> or <a href="https://github.com/espressif/arduino-esp32">ESP32 Arduino Core</a> 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
Expand Down

0 comments on commit e1db8e1

Please sign in to comment.