diff --git a/README.md b/README.md index e3f74cf..9ab07a7 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.1.0] Oct. 15, 2019 +- Supports static IPs with the 'Configure new AP' menu. (issue #132) +- Fixed compilation error that no member named 'printTo' with ArduinoJson 5. + ### [1.0.3] Sept. 30, 2019 - Fixed a return of AutoConnectCredential::entries(). (issue #133) diff --git a/docs/advancedusage.html b/docs/advancedusage.html index f966097..5aa3cfb 100644 --- a/docs/advancedusage.html +++ b/docs/advancedusage.html @@ -1354,7 +1354,7 @@ Also, if you want to stop AutoConnect completely when the captive portal is time

Casts the HTML pages to be add-on into the menu

If your sketch handles web pages, you can embed the pages into the AutoConnect menu in continuance enjoying the utility of the WiFi connection feature. Unlike the custom Web pages by AutoConnectElements, this allows to legacy web pages registered by ESP8266WebServer::on or WebServer::on function.

-

You can use AutoConnectAux only constructed with the URI of the page to be embedding. AutoConnectElements is not required. The basic procedure for this as follows:

+

To implement embedding your legacy web pages to the AutoConnect menu, you can use AutoConnectAux only constructed with the URI of the page to be embedding. AutoConnectElements is not required. The basic procedure for this as follows:

  1. Declare AutoConnectAux for each legacy page. It includes the URI of the page and item string which will display in the AutoConnect menu.
  2. Sketch the legacy page handlers.
  3. diff --git a/docs/changelog.html b/docs/changelog.html index 8a97d4a..abd0e1e 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -122,7 +122,7 @@ - + Skip to content @@ -725,6 +725,13 @@