<p>Sets IP address for Soft AP in captive portal. When AutoConnect fails the initial WiFi.begin, it starts the captive portal with the IP address specified this.
<dlclass="apidl">
<dt><strong>Type</strong></dt>
<dd><spanclass="apidef">IPAddress</span><spanclass="apidesc">The default value is <strong>192.168.244.1</strong></span></dd>
<dd><spanclass="apidef">IPAddress</span><spanclass="apidesc">The default value is <strong>172.217.28.1</strong></span></dd>
<p>Automatically will try to reconnect with the past established access point (BSSID) when the current configured SSID in ESP8266/ESP32 could not be connected. By enabling this option, <em>AutoConnect::begin()</em> function will attempt to reconnect to a known access point using credentials stored in the EEPROM, even if the connection failed by current SSID.<br/>
@ -1293,7 +1293,7 @@ The default value is 0.
<p>Sets gateway address for Soft AP in captive portal. When AutoConnect fails the initial WiFi.begin, it starts the captive portal with the IP address specified this.
<dlclass="apidl">
<dt><strong>Type</strong></dt>
<dd><spanclass="apidef">IPAddress</span><spanclass="apidesc">The default value is <strong>192.168.244.1</strong></span></dd>
<dd><spanclass="apidef">IPAddress</span><spanclass="apidesc">The default value is <strong>172.217.28.1</strong></span></dd>
<labelclass="md-nav__title"for="__toc">Table of contents</label>
<ulclass="md-nav__list"data-md-scrollfix>
<liclass="md-nav__item">
<ahref="#0912-aug-18-2019"title="[0.9.12] Aug. 18, 2019"class="md-nav__link">
[0.9.12] Aug. 18, 2019
</a>
</li>
<liclass="md-nav__item">
<ahref="#0911-july-13-2019"title="[0.9.11] July 13, 2019"class="md-nav__link">
[0.9.11] July 13, 2019
@ -771,6 +778,13 @@
<labelclass="md-nav__title"for="__toc">Table of contents</label>
<ulclass="md-nav__list"data-md-scrollfix>
<liclass="md-nav__item">
<ahref="#0912-aug-18-2019"title="[0.9.12] Aug. 18, 2019"class="md-nav__link">
[0.9.12] Aug. 18, 2019
</a>
</li>
<liclass="md-nav__item">
<ahref="#0911-july-13-2019"title="[0.9.11] July 13, 2019"class="md-nav__link">
[0.9.11] July 13, 2019
@ -867,7 +881,11 @@
<h1>Change log</h1>
<h4id="0911-july-13-2019">[0.9.11] July 13, 2019<aclass="headerlink"href="#0911-july-13-2019"title="Permanent link">¶</a></h4>
<h4id="0912-aug-18-2019">[0.9.12] Aug. 18, 2019<aclass="headerlink"href="#0912-aug-18-2019"title="Permanent link">¶</a></h4>
<ul>
<li>Fixed missing captive portal notifications on the newer mobile OS client. As a result of this fix, the SoftAP default IP address and gateway have been changed to <strong>172.217.28.1</strong>.</li>
</ul>
<h4id="0911-july-13-2019">[0.9.11] July 13, 2019<aclass="headerlink"href="#0911-july-13-2019"title="Permanent link">¶</a></h4>
<ul>
<li>Supports new element as AutoConnectSytle that can insert the custom CSS into AutoConnectAux page.</li>
<li>Supports that <code><br></code> tags can now be added to each element.</li>
<p>The AutoConnect menu is developed using the <ahref="https://github.com/balzss/luxbar">LuxBar</a> which is licensed under the MIT License. See the <ahref="license.html">License</a>.</p>
</div>
<h2id="where-the-from"><iclass="fa fa-external-link"></i> Where the from<aclass="headerlink"href="#where-the-from"title="Permanent link">¶</a></h2>
<p>The AutoConnect menu appears when you access the <strong>AutoConnect root path</strong>. It is assigned "<strong>/_ac</strong>" located on the <em>local IP address</em> of ESP8266/ESP32 module by default. This location can be changed in the sketch. The following screen will appear at access to <code>http://{localIP}/_ac</code> as the root path. This is the statistics of the current WiFi connection. You can access the menu from the here, to invoke it tap <iclass="fa fa-bars"></i> at right on top. (e.g. <code>http://192.168.244.1/_ac</code> for SoftAP mode.)</p>
<p>The AutoConnect menu appears when you access the <strong>AutoConnect root path</strong>. It is assigned "<strong>/_ac</strong>" located on the <em>local IP address</em> of ESP8266/ESP32 module by default. This location can be changed in the sketch. The following screen will appear at access to <code>http://{localIP}/_ac</code> as the root path. This is the statistics of the current WiFi connection. You can access the menu from the here, to invoke it tap <iclass="fa fa-bars"></i> at right on top. (e.g. <code>http://172.217.28.1/_ac</code> for SoftAP mode.)</p>