diff --git a/docs/advancedusage.html b/docs/advancedusage.html index 84663e0..5d27530 100644 --- a/docs/advancedusage.html +++ b/docs/advancedusage.html @@ -374,7 +374,7 @@ The above example does not connect to WiFi until TRIGGER_PIN goes LOW. When TRIG
HOME for returning to the user's sketch homepage will display at the bottom of the AutoConnect menu. It could be set using the AutoConnect::home function.
An esp8266ap is default SSID name for SoftAP of captive portal and password is 12345678 for ESP8266. Similarly, esp32ap and 12345678 for ESP32. You can change both by setting apid and psk.
+An esp8266ap is default SSID name for SoftAP of captive portal and password is 12345678 for ESP8266. Similarly, esp32ap and 12345678 for ESP32. You can change both by setting apid and psk. Setting a psk of "" will create an open AP with no password.
AutoConnect portal; AutoConnectConfig config; @@ -439,4 +439,4 @@ The above example does not connect to WiFi until TRIGGER_PIN goes LOW. When TRIGStatic IP address assignment is available from version 0.9.3. ↩
-