diff --git a/docs/apiconfig.html b/docs/apiconfig.html index 90a438c..7548fe7 100644 --- a/docs/apiconfig.html +++ b/docs/apiconfig.html @@ -1201,7 +1201,7 @@

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.

Type
-
IPAddressThe default value is 192.168.244.1
+
IPAddressThe default value is 172.217.28.1

autoReconnect

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, AutoConnect::begin() function will attempt to reconnect to a known access point using credentials stored in the EEPROM, even if the connection failed by current SSID.
@@ -1293,7 +1293,7 @@ The default value is 0.

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.

Type
-
IPAddressThe default value is 192.168.244.1
+
IPAddressThe default value is 172.217.28.1

hidden

Sets SoftAP to hidden SSID. diff --git a/docs/changelog.html b/docs/changelog.html index c73f150..6dafe87 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -122,7 +122,7 @@ - + Skip to content @@ -653,6 +653,13 @@