From dc71943dd8efda24e96c62355252fe4f293d381b Mon Sep 17 00:00:00 2001 From: Elliott Friedman Date: Fri, 12 Jul 2019 11:28:22 -0700 Subject: [PATCH] Document how to create an open AP --- docs/advancedusage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

Change SSID and Password for SoftAP

-

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 TRIG
 

Static IP address assignment is available from version 0.9.3. 

-
\ No newline at end of file +