From 690f2f11d52c7ef2348f2248a52dd79d38681e0f Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 16 Oct 2019 18:51:52 +0900 Subject: [PATCH] v110 deployment --- docs/advancedusage.html | 2 +- docs/changelog.html | 23 ++- docs/credit.html | 106 +++++++++---- docs/faq.html | 44 +++++ docs/gettingstarted.html | 4 + docs/images/newap.png | Bin 63923 -> 76246 bytes docs/images/newap_static.png | Bin 0 -> 101206 bytes docs/images/process_begin.svg | 291 ++++++++++++++++++++++++++++++---- docs/images/staticip.png | Bin 0 -> 24328 bytes docs/menu.html | 54 ++++--- docs/search/search_index.json | 2 +- docs/sitemap.xml | 58 +++---- docs/sitemap.xml.gz | Bin 408 -> 409 bytes 13 files changed, 470 insertions(+), 114 deletions(-) create mode 100644 docs/images/newap_static.png create mode 100644 docs/images/staticip.png 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 @@