From a3c3c934bcfae34dc4cac04f010dda7bc6bd44b2 Mon Sep 17 00:00:00 2001 From: tzapu Date: Tue, 8 Dec 2015 08:49:40 +0200 Subject: [PATCH] Update libraries.md Added link to WiFiManager --- doc/libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/libraries.md b/doc/libraries.md index 314b1aa51..894143815 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -152,3 +152,4 @@ Libraries that don't rely on low-level access to AVR registers should work well. - [Souliss, Smart Home](https://github.com/souliss/souliss) - Framework for Smart Home based on Arduino, Android and openHAB. - [ST7735](https://github.com/nzmichaelh/Adafruit-ST7735-Library) - Adafruit's ST7735 library modified to be compatible with ESP8266. Just make sure to modify the pins in the examples as they are still AVR specific. - [UTFT-ESP8266](https://github.com/gnulabis/UTFT-ESP8266) - UTFT display library with support for ESP8266. Only serial interface (SPI) displays are supported for now (no 8-bit parallel mode, etc). Also includes support for the hardware SPI controller of the ESP8266. +- [WiFiManager](https://github.com/tzapu/WiFiManager) - WiFi Connection manager with web captive portal. If it can't connect, it starts AP mode and a configuration portal so you can choose and enter WiFi credentials.